Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sawyerh authored Mar 19, 2022
1 parent 7646fdb commit 6da1b1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
paths: [site/**]
workflow_dispatch:


concurrency:
group: ${{ github.head_ref }}-deploy
cancel-in-progress: true

jobs:
deploy:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 6da1b1c

Please sign in to comment.