Skip to content

Commit f37a52b

Browse files
committed
Update workflow to prevent Jekyll build conflicts
1 parent 509eaea commit f37a52b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ permissions:
1010
pages: write
1111
id-token: write
1212

13+
concurrency:
14+
group: "pages"
15+
cancel-in-progress: false
16+
1317
jobs:
1418
build:
1519
runs-on: ubuntu-latest
@@ -25,7 +29,7 @@ jobs:
2529
- name: Build
2630
run: npm run build
2731
- name: Upload artifact
28-
uses: actions/upload-pages-artifact@v2
32+
uses: actions/upload-pages-artifact@v3
2933
with:
3034
path: ./dist
3135

0 commit comments

Comments
 (0)