Skip to content

Commit 7c6d74c

Browse files
Dean SoferDean Sofer
authored andcommitted
Cleanup
1 parent 46a02c4 commit 7c6d74c

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- main
7+
8+
concurrency:
9+
group: 'pages'
10+
cancel-in-progress: true
11+
712
jobs:
813
deploy:
914
runs-on: ubuntu-latest
@@ -25,5 +30,5 @@ jobs:
2530
with:
2631
folder: .
2732
branch: gh-pages
28-
clean-exclude: pr-preview
33+
clean-exclude: preview
2934
force: false

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
source-dir: .
3030
preview-branch: gh-pages
31-
umbrella-dir: pr-preview
31+
umbrella-dir: preview
3232
action: auto
3333
wait-for-pages-deployment: true
3434
comment: true

0 commit comments

Comments
 (0)