Skip to content

Commit

Permalink
chore: change command npm to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaziling committed Sep 14, 2024
1 parent 8a50e8a commit 5f143f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
run: yarn
- name: Build your project
run: npm run docs:build
run: yarn run docs:build

deploy:
needs: build
Expand Down

0 comments on commit 5f143f2

Please sign in to comment.