1
0
mirror of https://github.com/stisla/stisla.git synced 2025-08-31 20:02:00 +02:00

ci: change npm to yarn

This commit is contained in:
zuramai
2022-06-13 07:30:26 +07:00
parent ed2f0d93cb
commit 47932e2af8

View File

@@ -13,10 +13,15 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
- name: Install and Build 🔧 - name: Install Dependencies
run: | uses: borales/actions-yarn@v3.0.0
npm install with:
npm run dist cmd: install # will run `yarn install` command
- name: Build pages
uses: borales/actions-yarn@v3.0.0
with:
cmd: dist
- name: Deploy 🚀 - name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4.2.5 uses: JamesIves/github-pages-deploy-action@v4.2.5