Skip to content

Commit 1cdad2d

Browse files
committed
Try publishing docs without force_orphan
1 parent 724543a commit 1cdad2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
make html
2727
touch _build/html/.nojekyll
2828
- name: Deploy docs to GitHub pages
29-
uses: peaceiris/actions-gh-pages@v3.5.10
29+
uses: peaceiris/actions-gh-pages@v3
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_branch: gh-pages
3333
publish_dir: docs/_build/html
3434
enable_jekyll: false
35-
force_orphan: true
35+
force_orphan: false

0 commit comments

Comments
 (0)