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 7b394c8 commit 33d8e44Copy full SHA for 33d8e44
1 file changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: "22"
16
# Pick your own package manager and build script
17
- run: npm install
18
- - run: npx nuxt build --preset github_pages
+ - run: npx nuxt generate --preset github_pages
19
- name: Upload artifact
20
uses: actions/upload-pages-artifact@v4
21
with:
0 commit comments