ci: use yarn instead of npm
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
This commit is contained in:
parent
faf8f448a4
commit
ee82bb54cc
|
@ -15,8 +15,8 @@ jobs:
|
|||
|
||||
- name: Install and Build 🔧
|
||||
run: |
|
||||
npm install
|
||||
npm run build
|
||||
yarn install
|
||||
yarn run build
|
||||
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||
|
|
Loading…
Reference in New Issue