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 1f5250c commit 8f43203Copy full SHA for 8f43203
.github/workflows/docs.yml
@@ -26,3 +26,5 @@ jobs:
26
- name: Deploy to GitHub Pages
27
run: |
28
mkdocs gh-deploy --force
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments