Skip to content

Commit

Permalink
ci: only deploy docs if we a new tag is created
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Oct 26, 2024
1 parent fa09bbd commit 4fe0bd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: build
if: success() && startsWith( github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
name: Deploy
steps:
Expand Down

0 comments on commit 4fe0bd0

Please sign in to comment.