ci: use yarn instead of npm

Signed-off-by: Zixuan Liu <nodeces@gmail.com>
This commit is contained in:
Zixuan Liu 2021-09-11 11:45:10 +08:00
parent faf8f448a4
commit ee82bb54cc
1 changed files with 2 additions and 2 deletions

View File

@ -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