Skip to content

Commit 3d35842

Browse files
committed
fix apidocs
1 parent 61b873f commit 3d35842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
- name: Push API documentation to Github Pages
3838
uses: peaceiris/actions-gh-pages@v3
3939
with:
40-
github_token: ${{ secrets.GITHUB_TOKEN }}
40+
github_token: ${{ secrets.PYDOCSMITH_DEPLOY }}
4141
publish_dir: ./apidocs
4242
commit_message: "Generate API documentation"

0 commit comments

Comments
 (0)