We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e18fa commit 709a359Copy full SHA for 709a359
1 file changed
.github/workflows/mkdocs.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
83
if: github.ref == 'refs/heads/master'
84
with:
85
- personal_token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
86
publish_dir: ./site
87
destination_dir: ./
88
keep_files: false
0 commit comments