Skip to content

Commit

Permalink
use generate instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Apr 27, 2024
1 parent 33fa294 commit 3b79494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: "20"
- run: yarn install
- run: yarn run build
- run: yarn run generate
env:
NITRO_PRESET: github_pages
- name: Upload artifact
Expand Down

0 comments on commit 3b79494

Please sign in to comment.