We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf1270 commit 28e4288Copy full SHA for 28e4288
1 file changed
.github/workflows/docs.yml
@@ -29,10 +29,10 @@ jobs:
29
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
30
uses: peaceiris/actions-gh-pages@v3
31
with:
32
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUBS_TOKEN }}
33
publish_dir: ./docs
34
enable_jekyll: false
35
allow_empty_commit: false
36
force_orphan: true
37
publish_branch: gh-pages
38
- commit_message: 'docs: update documentation'
+ commit_message: 'docs: update documentation'
0 commit comments