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
6fe2c33af9
commit
d011efbd46
10
.github/workflows/pr.yml
vendored
10
.github/workflows/pr.yml
vendored
|
@ -13,9 +13,7 @@ jobs:
|
|||
with:
|
||||
node-version: 14
|
||||
- run: npm install -g yarn
|
||||
- run: |
|
||||
cd website
|
||||
cp yarn install
|
||||
- run: |
|
||||
cd website
|
||||
cp yarn run build
|
||||
working-directory: website
|
||||
- run: yarn install
|
||||
- run: yarn run build
|
||||
working-directory: website
|
||||
|
|
Loading…
Reference in a new issue