Skip to content

Commit

Permalink
fix: all the project needs to be built
Browse files Browse the repository at this point in the history
  • Loading branch information
Alireza29675 committed Dec 21, 2023
1 parent c1dbceb commit dc3726e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit dc3726e

Please sign in to comment.