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:
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user