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 2053cb8 commit 0ec3457Copy full SHA for 0ec3457
.github/workflows/docs.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Deploy to GitHub Pages
47
uses: peaceiris/actions-gh-pages@v3
48
with:
49
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ personal_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
50
publish_dir: ./docs/build/html
51
destination_dir: docs
52
0 commit comments