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 6e6ac35 commit 4a36f43Copy full SHA for 4a36f43
.github/workflows/release-docs.yml
@@ -27,10 +27,9 @@ jobs:
27
touch _build/html/.nojekyll
28
- name: Deploy docs to GitHub pages
29
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
34
with:
+ deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
+ publish_branch: gh-pages
+ publish_dir: docs/_build/html
35
emptyCommits: false
36
forceOrphan: true
0 commit comments