Skip to content

Commit 4a36f43

Browse files
committed
Update configuration for actions-gh-pages
1 parent 6e6ac35 commit 4a36f43

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,9 @@ jobs:
2727
touch _build/html/.nojekyll
2828
- name: Deploy docs to GitHub pages
2929
uses: peaceiris/actions-gh-pages@v3
30-
env:
31-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
32-
PUBLISH_BRANCH: gh-pages
33-
PUBLISH_DIR: docs/_build/html
3430
with:
31+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
32+
publish_branch: gh-pages
33+
publish_dir: docs/_build/html
3534
emptyCommits: false
3635
forceOrphan: true

0 commit comments

Comments
 (0)