Skip to content

Commit 29b5d3b

Browse files
author
zhiwen.zhao
committed
fix: github action 使用 yarn
1 parent c7fde3c commit 29b5d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
steps:
1212
- uses: actions/checkout@v2
13-
- run: npm install
14-
- run: npm run build:site
13+
- run: yarn
14+
- run: yarn build:site
1515
- name: Deploy
1616
uses: peaceiris/actions-gh-pages@v3
1717
with:

0 commit comments

Comments
 (0)