Skip to content

Commit

Permalink
docs: this should not be deployed - no-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Feb 25, 2024
1 parent 63ac8e1 commit 88c18ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:

jobs:
deploy:
if: ${{ !contains(github.event.pull_request.title, 'no-deploy') }}
if: ${{ !contains(github.ref_name, 'no-deploy') }}
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 88c18ef

Please sign in to comment.