Fix syntax error
This commit is contained in:
parent
fb3fc03d49
commit
f5cb057aa8
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- run: echo "Yooo new site update, I gotchu."
|
- run: echo "Yooo new site update, I gotchu."
|
||||||
- name: Use Node.JS :)
|
- name: Use Node.JS :)
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: 12
|
node-version: 12
|
||||||
- name: Install dependents and build.
|
- name: Install dependents and build.
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue