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 f652cc3 commit 7aa321aCopy full SHA for 7aa321a
.github/workflows/deploy.yml
@@ -26,3 +26,5 @@ jobs:
26
git config user.name "github-actions[bot]"
27
git config user.email "github-actions[bot]@users.noreply.github.com"
28
mkdocs gh-deploy --force
29
+ env:
30
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments