Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojing1987 committed Mar 26, 2024
1 parent 9539819 commit 5a91b2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
node-version: '18'

- name: Install Dependencies
run: yarn install
run: |
cd source
yarn install
- name: Build
run: |
Expand Down

0 comments on commit 5a91b2d

Please sign in to comment.