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 c7d031c commit d72927cCopy full SHA for d72927c
.github/workflows/doc.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Deploy Documentation
26
uses: peaceiris/actions-gh-pages@v3
27
with:
28
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
29
publish_branch: gh-pages
30
publish_dir: ./target/doc
0 commit comments