From 08ffb7665ed60e6692fa1aab745a3eaddb1de944 Mon Sep 17 00:00:00 2001 From: Florent Benoit Date: Thu, 7 Nov 2024 09:23:31 +0100 Subject: [PATCH] chore: fix the target build command Change-Id: I14995bda440216cb1e317c03b2336bedf4acea88 Signed-off-by: Florent Benoit --- .github/workflows/website-next.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-next.yaml b/.github/workflows/website-next.yaml index b18eeaa..0add05d 100644 --- a/.github/workflows/website-next.yaml +++ b/.github/workflows/website-next.yaml @@ -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