Skip to content

Commit fcca1b7

Browse files
committed
fix yml
1 parent 0196e50 commit fcca1b7

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
@@ -73,7 +73,7 @@ jobs:
7373
rm -rf node_modules package-lock.json
7474
npm install
7575
- name: Static HTML export with Nuxtb
76-
run: NODE_ENV=production npm run build
76+
run: NODE_ENV=production npm run generate
7777
- name: Upload artifact
7878
uses: actions/upload-pages-artifact@v3
7979
with:

0 commit comments

Comments
 (0)