Skip to content

Commit

Permalink
fix: github action 使用 yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiwen.zhao committed Jul 3, 2021
1 parent c7fde3c commit 29b5d3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run build:site
- run: yarn
- run: yarn build:site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 29b5d3b

Please sign in to comment.