Skip to content

Commit

Permalink
chore: fix the target build command
Browse files Browse the repository at this point in the history
Change-Id: I14995bda440216cb1e317c03b2336bedf4acea88

Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Nov 7, 2024
1 parent cefe1c6 commit 08ffb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Run Build
timeout-minutes: 20
run: pnpm website:build
run: pnpm build

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 08ffb76

Please sign in to comment.