Skip to content

Commit 03ccae5

Browse files
committed
Fix github actions output path
1 parent 4503857 commit 03ccae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Upload artifact
3131
uses: actions/upload-pages-artifact@v3
3232
with:
33-
path: ./dist
33+
path: ./.output/public
3434

3535
deploy:
3636
environment:

0 commit comments

Comments
 (0)