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 0196e50 commit fcca1b7Copy full SHA for fcca1b7
.github/workflows/nuxtjs.yml
@@ -73,7 +73,7 @@ jobs:
73
rm -rf node_modules package-lock.json
74
npm install
75
- name: Static HTML export with Nuxtb
76
- run: NODE_ENV=production npm run build
+ run: NODE_ENV=production npm run generate
77
- name: Upload artifact
78
uses: actions/upload-pages-artifact@v3
79
with:
0 commit comments