We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724543a commit 1cdad2dCopy full SHA for 1cdad2d
1 file changed
.github/workflows/release-docs.yml
@@ -26,10 +26,10 @@ jobs:
26
make html
27
touch _build/html/.nojekyll
28
- name: Deploy docs to GitHub pages
29
- uses: peaceiris/actions-gh-pages@v3.5.10
+ uses: peaceiris/actions-gh-pages@v3
30
with:
31
github_token: ${{ secrets.GITHUB_TOKEN }}
32
publish_branch: gh-pages
33
publish_dir: docs/_build/html
34
enable_jekyll: false
35
- force_orphan: true
+ force_orphan: false
0 commit comments