From 26342a8dff7f35aee0e30051a2459cf284e1977d Mon Sep 17 00:00:00 2001 From: Jason Dent Date: Fri, 10 May 2024 23:47:40 +0200 Subject: [PATCH] chore: fix website deploy --- .github/workflows/deploy-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 44808ee15b8..47f3c485c35 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -31,9 +31,9 @@ jobs: - name: Build website run: | - cd website pnpm i pnpm run build + cd website pnpm run build:site - uses: actions/upload-artifact@v4 with: