Skip to content

Commit f9c222c

Browse files
committed
Update artifact upload path in GitHub Actions workflow from './build' to './dist'
1 parent 8f0761b commit f9c222c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Upload build artifact
8282
uses: actions/upload-pages-artifact@v3
8383
with:
84-
path: ./build
84+
path: ./dist
8585

8686
- name: Deploy to GitHub Pages
8787
id: deployment
@@ -150,7 +150,7 @@ jobs:
150150
- name: Upload build artifact
151151
uses: actions/upload-pages-artifact@v3
152152
with:
153-
path: ./build
153+
path: ./dist
154154

155155
- name: Deploy to GitHub Pages
156156
id: deployment

0 commit comments

Comments
 (0)