Skip to content

Commit 0d96494

Browse files
committed
fix(docs): deploy documentation for releases
1 parent 22bc6c2 commit 0d96494

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/sphinx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
path: docs/_build/html/
3131
- name: Deploy
3232
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e
33-
if: github.ref == 'refs/heads/main'
3433
with:
3534
github_token: ${{ secrets.GITHUB_TOKEN }}
36-
publish_dir: docs/_build/html
35+
publish_dir: docs/_build/html

0 commit comments

Comments
 (0)