Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuduwei authored Nov 17, 2023
1 parent a85cbc3 commit c881bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
restore-keys: |
${{ runner.OS }}-npm-cache
- name: Install Dependencies
run: npm install
run: yarn install
- name: Build
run: npm run build
run: yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit c881bdf

Please sign in to comment.