Skip to content

Commit 80fb95a

Browse files
committed
updated output path
1 parent 1449176 commit 80fb95a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/nuxtjs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
- name: Upload artifact
8383
uses: actions/upload-pages-artifact@v3
8484
with:
85-
path: ./dist
85+
path: ./.output/public
8686

8787
# Deployment job
8888
deploy:

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_modules
55
.cache
66
.env
77
.DS_Store
8+
dist
89

910
# Yarn
1011
.yarn/cache

0 commit comments

Comments
 (0)