Skip to content

Commit 6b22962

Browse files
authored
Merge pull request #50 from icgood/hatch
Try again to stop github pages push
2 parents 48d1cf2 + 3aab3bd commit 6b22962

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-doc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
run: |
2626
hatch run doc:build
2727
- name: Deploy to GitHub Pages
28-
if: |
29-
${{ success() && github.event_name == 'release' }}
28+
if: github.event_name == 'release'
3029
uses: peaceiris/actions-gh-pages@v3
3130
with:
3231
github_token: ${{ github.token }}

0 commit comments

Comments
 (0)