Skip to content

Commit

Permalink
uncomment docs deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Nov 27, 2024
1 parent 72b41dc commit 9c2b2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
path: './docs/build'

deploy:
# if: startsWith(github.event.ref, 'refs/tags/v')
if: startsWith(github.event.ref, 'refs/tags/v')
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 9c2b2c4

Please sign in to comment.