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 4a36f43 commit 8efd654Copy full SHA for 8efd654
.github/workflows/release-docs.yml
@@ -28,8 +28,8 @@ jobs:
28
- name: Deploy docs to GitHub pages
29
uses: peaceiris/actions-gh-pages@v3
30
with:
31
- deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_branch: gh-pages
33
publish_dir: docs/_build/html
34
- emptyCommits: false
35
- forceOrphan: true
+ enable_jekyll: false
+ force_orphan: true
0 commit comments