Skip to content

Commit 3907b65

Browse files
docs.yml update API again
1 parent 7373e5a commit 3907b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Deploy docs
8080
if: github.event_name == 'push' && github.ref_name == github.event.repository.default_branch
8181
env:
82-
API_KEY: ${{ secrets.API_KEY }}
82+
API_KEY: ${{ secrets.API_KEY_2 }}
8383
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484
ENABLE_EVALDOCS: true
8585
run: poetry run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)