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 8fd7720 commit d24830dCopy full SHA for d24830d
.github/workflows/deploy_mkdocs.yml
@@ -26,3 +26,5 @@ jobs:
26
- name: Deploy docs
27
run: |
28
mkdocs gh-deploy --force --clean
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments