mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Fix CI
This commit is contained in:
parent
bfc18845b5
commit
5d91ca1114
9
.github/workflows/pr.yml
vendored
9
.github/workflows/pr.yml
vendored
|
@ -13,6 +13,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
- run: npm install -g yarn
|
- run: npm install -g yarn
|
||||||
- run: cd website
|
- run: |
|
||||||
- run: yarn install
|
cd website
|
||||||
- run: yarn run build
|
cp yarn install
|
||||||
|
- run: |
|
||||||
|
cd website
|
||||||
|
cp yarn run build
|
||||||
|
|
Loading…
Reference in a new issue