Thanks to visit codestin.com Credit goes to github.com
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 dba4342 commit 082201cCopy full SHA for 082201c
.github/workflows/book.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Deploy
28
uses: peaceiris/actions-gh-pages@v4
29
with:
30
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
31
allow_empty_commit: true
32
keep_files: false
33
publish_dir: gh-pages
0 commit comments