We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4810d commit 9d26875Copy full SHA for 9d26875
1 file changed
.github/workflows/nuxtjs.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Bun
27
uses: oven-sh/setup-bun@v2
28
- run: bun install
29
- - run: bunx nuxt build --preset github_pages
+ - run: bunx nuxt generate --preset github_pages
30
- name: Upload artifact
31
uses: actions/upload-pages-artifact@v3
32
with:
0 commit comments