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 5e10fa8 commit 78f0386Copy full SHA for 78f0386
.github/workflows/documentation.yml
@@ -34,5 +34,5 @@ jobs:
34
- name: Release to GitHub Pages
35
uses: peaceiris/actions-gh-pages@v3
36
with:
37
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_AUTH_TOKEN }}
38
publish_dir: dist/docs
0 commit comments