Skip to content

Commit

Permalink
ci: use nuxt build preset
Browse files Browse the repository at this point in the history
  • Loading branch information
s3xysteak committed Oct 29, 2024
1 parent 86c75b4 commit 4f98d47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
node-version: lts/*

- run: pnpm i
- run: pnpm build
env:
NITRO_PRESET: github_pages
- run: pnpm build --preset github_pages

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 4f98d47

Please sign in to comment.