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 eded389 commit e612e66Copy full SHA for e612e66
.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.GH_AUTH_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
38
publish_dir: dist/docs
0 commit comments