Skip to content

Commit

Permalink
chore(docs): deploy docs only on release again
Browse files Browse the repository at this point in the history
  • Loading branch information
prskr committed Nov 27, 2024
1 parent bfd66dd commit dfcd385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
# if: ${{ startsWith(github.ref, 'refs/tags/v') }}
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit dfcd385

Please sign in to comment.