Skip to content

Commit 4220016

Browse files
committed
Dist
1 parent 6943931 commit 4220016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
id-token: write
1212

1313
concurrency:
14-
group: "pages"
14+
group: 'pages'
1515
cancel-in-progress: false
1616

1717
jobs:
@@ -41,7 +41,7 @@ jobs:
4141
- name: Upload artifact
4242
uses: actions/upload-pages-artifact@v3
4343
with:
44-
path: ./build
44+
path: ./dist
4545

4646
- name: Deploy to GitHub Pages
4747
id: deployment

0 commit comments

Comments
 (0)