Skip to content

Commit b12ec54

Browse files
committed
fix(build):changed github workflow file to upload artificate to ./out file
1 parent 0eafabd commit b12ec54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
- name: Upload artifact
4343
uses: actions/upload-pages-artifact@v3
4444
with:
45-
path: ./dist
45+
path: ./out
46+
4647

4748
- name: Deploy to GitHub Pages
4849
id: deployment

0 commit comments

Comments
 (0)