We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0e347 commit dd5e720Copy full SHA for dd5e720
1 file changed
.github/workflows/mkdocs.yml
@@ -96,7 +96,7 @@ jobs:
96
uses: peaceiris/actions-gh-pages@v4
97
if: github.ref == 'refs/heads/master'
98
with:
99
- personal_token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}
+ personal_token: ${{ secrets.GITHUB_TOKEN }}
100
publish_dir: ./site
101
destination_dir: ./
102
keep_files: true
0 commit comments