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