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 971b805 commit bbda60aCopy full SHA for bbda60a
.github/workflows/deploy.yml
@@ -16,3 +16,5 @@ jobs:
16
- run: |
17
pip install mkdocs mkdocs-material pymdown-extensions
18
mkdocs gh-deploy --force --remote-branch gh-pages
19
+ env:
20
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments