Skip to content

Commit 33d8e44

Browse files
committed
ci: update ci to use generate
1 parent 7b394c8 commit 33d8e44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: "22"
1616
# Pick your own package manager and build script
1717
- run: npm install
18-
- run: npx nuxt build --preset github_pages
18+
- run: npx nuxt generate --preset github_pages
1919
- name: Upload artifact
2020
uses: actions/upload-pages-artifact@v4
2121
with:

0 commit comments

Comments
 (0)