From dc3726e940724dc0929fc4e9d8657618fd2cb9fc Mon Sep 17 00:00:00 2001 From: Alireza Date: Thu, 21 Dec 2023 21:05:36 +0100 Subject: [PATCH] fix: all the project needs to be built --- .github/workflows/deploy-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-examples.yml b/.github/workflows/deploy-examples.yml index d81d0b6..d19ccf6 100644 --- a/.github/workflows/deploy-examples.yml +++ b/.github/workflows/deploy-examples.yml @@ -24,8 +24,8 @@ jobs: - name: Install Dependencies run: pnpm install - - name: Build Examples - run: pnpm --filter examples run build + - name: Build Project + run: pnpm build - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.4