Skip to content

Commit

Permalink
Merge pull request #344 from aversini/docs-still-trying-to-deploy-on-…
Browse files Browse the repository at this point in the history
…condition

docs: still trying to deploy on condition
  • Loading branch information
aversini authored Feb 25, 2024
2 parents 2eebe1f + 936eb18 commit d97c0ef
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 @@ -24,7 +24,7 @@ concurrency:

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

0 comments on commit d97c0ef

Please sign in to comment.