We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa206d commit 418e4c9Copy full SHA for 418e4c9
.github/workflows/deploy-docs.yml
@@ -20,3 +20,5 @@ jobs:
20
21
- name: Deploy
22
run: mkdocs gh-deploy --force
23
+ env:
24
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments