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.
2 parents 870a455 + 8fb6b5f commit 733cc47Copy full SHA for 733cc47
.github/workflows/gh-pages.yml
@@ -18,4 +18,7 @@ jobs:
18
with:
19
python-version: 3.x
20
- run: pip install mkdocs-material mkdocs-get-deps mkdocs-material-extensions mkdocs-multilang
21
- - run: mkdocs gh-deploy --force --remote-name origin
+ - name: Deploy to GitHub Pages
22
+ env:
23
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
+ run: mkdocs gh-deploy --force --remote-name origin
0 commit comments