Skip to content

Commit 798594c

Browse files
committed
Fix deployment issue, maybe
1 parent 78a77b6 commit 798594c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx.yml

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

0 commit comments

Comments
 (0)