Skip to content

Commit 02a603d

Browse files
Update deploy.yml
1 parent 0f079fb commit 02a603d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
concurrency:
1616
group: "pages"
17-
cancel-in-progress: false
17+
cancel-in-progress: true
1818

1919
jobs:
2020
check-changes:
@@ -80,7 +80,6 @@ jobs:
8080
uses: actions/upload-pages-artifact@v3
8181
with:
8282
path: ./dist
83-
overwrite: true # ⭐ IMPORTANT FIX
8483

8584
deploy:
8685
needs: build

0 commit comments

Comments
 (0)