Skip to content

Commit

Permalink
Merge pull request #347 from aversini/docs-this-should-not-be-deploye…
Browse files Browse the repository at this point in the history
…d---no-deploy-

docs: this should not be deployed - no-deploy
  • Loading branch information
aversini authored Feb 25, 2024
2 parents 63ac8e1 + 88c18ef commit e8d27ee
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 e8d27ee

Please sign in to comment.