Skip to content

Commit 8efd654

Browse files
committed
Update configuration for actions-gh-pages again
1 parent 4a36f43 commit 8efd654

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
- name: Deploy docs to GitHub pages
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
31+
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_branch: gh-pages
3333
publish_dir: docs/_build/html
34-
emptyCommits: false
35-
forceOrphan: true
34+
enable_jekyll: false
35+
force_orphan: true

0 commit comments

Comments
 (0)