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.
2 parents 7fb99ab + ec7e951 commit bbdd4c8Copy full SHA for bbdd4c8
.github/workflows/build-deploy-docs.yml
@@ -22,6 +22,6 @@ jobs:
22
uses: peaceiris/actions-gh-pages@v3
23
if: github.ref == 'refs/heads/main'
24
with:
25
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_branch: gh-pages
27
publish_dir: ./docs/build
0 commit comments