Skip to content

Commit

Permalink
Merge pull request #345 from aversini/docs-FFS
Browse files Browse the repository at this point in the history
docs: FFS
  • Loading branch information
aversini authored Feb 25, 2024
2 parents d97c0ef + a607670 commit c438659
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ permissions:

env:
COREPACK_ENABLE_STRICT: 0
PR_TITLE: ${{ github.event.pull_request.title }}

# Allow only one concurrent deployment, skipping runs queued between
# the run in-progress and latest queued.
Expand All @@ -24,7 +23,7 @@ concurrency:

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

0 comments on commit c438659

Please sign in to comment.