fix syntax error in yml again
All checks were successful
Plant Growing Automation / deploy (push) Successful in 5s
All checks were successful
Plant Growing Automation / deploy (push) Successful in 5s
This commit is contained in:
parent
e5adb3db46
commit
aaa9d13862
@ -17,7 +17,6 @@ jobs:
|
|||||||
git checkout main
|
git checkout main
|
||||||
git pull origin main
|
git pull origin main
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
run: |
|
||||||
cd ~/apps/grow
|
cd ~/apps/grow
|
||||||
if [ -f package-lock.json ] || [ -f package.json ]; then
|
if [ -f package-lock.json ] || [ -f package.json ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user