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 62fe737 commit 80bfb01Copy full SHA for 80bfb01
.github/workflows/generate_gh_pages.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Deploy docs
16
uses: mhausenblas/mkdocs-deploy-gh-pages@master
17
env:
18
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ PERSONAL_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
19
CONFIG_FILE: mkdocs.yml
20
REQUIREMENTS: requirements.txt
0 commit comments