We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4386f commit 8445556Copy full SHA for 8445556
.github/workflows/nuxtjs.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Upload artifact
78
uses: actions/upload-pages-artifact@v3
79
with:
80
- path: ./dist
+ path: ./.output/public
81
82
# Deployment job
83
deploy:
0 commit comments