Skip to content

Commit

Permalink
chore: adjust deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaotao committed Jul 10, 2024
1 parent 0e953a8 commit 9166040
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Build project
- name: Build src
run: pnpm run build

- name: Build demo
run: pnpm run demo:build

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 9166040

Please sign in to comment.