Skip to content

Commit 829ff94

Browse files
committed
Release dist to github pages
1 parent abbf3b7 commit 829ff94

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
contents: read
1414
id-token: write
1515
pages: write
16+
concurrency:
17+
group: "pages"
18+
cancel-in-progress: true
1619
runs-on: ubuntu-latest
1720
steps:
1821
- name: Check out repository
@@ -36,7 +39,7 @@ jobs:
3639
- name: Upload artifact
3740
uses: actions/upload-pages-artifact@v4
3841
with:
39-
path: './dist'
42+
path: dist
4043

4144
- name: Deploy to GitHub Pages
4245
id: deployment

0 commit comments

Comments
 (0)