Skip to content

Commit 18c1c62

Browse files
authored
Merge pull request #5 from LowellObservatory/deveny_pickup
Update GH actions
2 parents 7b12827 + d5dde2c commit 18c1c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
cd doc ; make clean ; make html
2020
- name: Deploy to GitHub Pages
2121
uses: peaceiris/actions-gh-pages@v3
22-
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
22+
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
2323
with:
2424
publish_branch: gh-pages
2525
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)