Skip to content

Commit f538a47

Browse files
Update preview workflow (#18)
* make silly change to test preview * clean * undo silly change
1 parent ee178ea commit f538a47

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/preview.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
name: Deploy PR previews
2-
concurrency: preview-${{ github.ref }}
32
on:
43
pull_request:
54
types:
@@ -8,6 +7,8 @@ on:
87
- synchronize
98
- closed
109

10+
concurrency: preview-${{ github.ref }}
11+
1112
permissions:
1213
contents: read
1314

@@ -22,5 +23,3 @@ jobs:
2223
- uses: rossjrw/pr-preview-action@v1
2324
with:
2425
source-dir: docs
25-
preview-branch: gh-pages
26-
pages-base-path: docs

0 commit comments

Comments
 (0)