Skip to content

Commit

Permalink
Also deploy updated documentation on tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Sep 17, 2024
1 parent c5f3cbb commit 54b2a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

publish-docs:
name: Publish to GH Pages
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/v')
needs: build-docs
runs-on: ubuntu-20.04
permissions:
Expand Down

0 comments on commit 54b2a93

Please sign in to comment.