We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f044a42 commit e0c40baCopy full SHA for e0c40ba
1 file changed
.github/workflows/docs.yml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
node-version: 22
43
cache: npm # or pnpm / yarn
44
- - name: Setup Ruby
+ - name: Setup Ruby
45
uses: ruby/setup-ruby@v1
46
47
ruby-version: ruby-3.3.0
@@ -56,6 +56,9 @@ jobs:
56
env:
57
RAILS_ENV: test
58
RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
59
+ ANTHROPIC_API_KEY: ANTHROPIC_API_KEY
60
+ OPEN_AI_API_KEY: OPEN_AI_API_KEY
61
+ OPEN_ROUTER_API_KEY: OPEN_ROUTER_API_KEY
62
run: bin/test
63
- name: Build with VitePress
64
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
0 commit comments