Skip to content

Commit e75e05f

Browse files
committed
Hopefully fix github action so it deploys on release
1 parent 5ff052b commit e75e05f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/sphinx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
sphinx-build docs _build
1717
- name: Deploy
1818
uses: peaceiris/actions-gh-pages@v3
19-
if: ${{ github.ref == 'refs/heads/main' }}
2019
with:
2120
publish_branch: gh-pages
2221
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)