Skip to content

Commit 08ffb76

Browse files
committed
chore: fix the target build command
Change-Id: I14995bda440216cb1e317c03b2336bedf4acea88 Signed-off-by: Florent Benoit <[email protected]>
1 parent cefe1c6 commit 08ffb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website-next.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Run Build
5050
timeout-minutes: 20
51-
run: pnpm website:build
51+
run: pnpm build
5252

5353
- name: Deploy to GitHub Pages
5454
uses: peaceiris/actions-gh-pages@v4

0 commit comments

Comments
 (0)