We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82d07d6 + c1a8e21 commit 8fb219fCopy full SHA for 8fb219f
.github/workflows/generate_gh_pages.yml
@@ -13,6 +13,6 @@ jobs:
13
- name: Deploy docs
14
uses: mhausenblas/mkdocs-deploy-gh-pages@master
15
env:
16
- GITHUB_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
CONFIG_FILE: mkdocs.yml
18
REQUIREMENTS: requirements.txt
0 commit comments