mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Fix CI
This commit is contained in:
parent
6fe2c33af9
commit
d011efbd46
10
.github/workflows/pr.yml
vendored
10
.github/workflows/pr.yml
vendored
|
@ -13,9 +13,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
- run: |
|
working-directory: website
|
||||||
cd website
|
- run: yarn install
|
||||||
cp yarn install
|
- run: yarn run build
|
||||||
- run: |
|
working-directory: website
|
||||||
cd website
|
|
||||||
cp yarn run build
|
|
||||||
|
|
Loading…
Reference in a new issue