Skip to content

Commit 8445556

Browse files
committed
fix path changes in yml
1 parent 7c4386f commit 8445556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuxtjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Upload artifact
7878
uses: actions/upload-pages-artifact@v3
7979
with:
80-
path: ./dist
80+
path: ./.output/public
8181

8282
# Deployment job
8383
deploy:

0 commit comments

Comments
 (0)