1
0
mirror of https://github.com/stisla/stisla.git synced 2025-09-02 12:43:08 +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

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