We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a02c4 commit 7c6d74cCopy full SHA for 7c6d74c
2 files changed
.github/workflows/deploy.yml
@@ -4,6 +4,11 @@ on:
4
push:
5
branches:
6
- main
7
+
8
+concurrency:
9
+ group: 'pages'
10
+ cancel-in-progress: true
11
12
jobs:
13
deploy:
14
runs-on: ubuntu-latest
@@ -25,5 +30,5 @@ jobs:
25
30
with:
26
31
folder: .
27
32
branch: gh-pages
28
- clean-exclude: pr-preview
33
+ clean-exclude: preview
29
34
force: false
.github/workflows/preview.yml
@@ -28,7 +28,7 @@ jobs:
source-dir: .
preview-branch: gh-pages
- umbrella-dir: pr-preview
+ umbrella-dir: preview
action: auto
wait-for-pages-deployment: true
comment: true
0 commit comments