This commit is contained in:
parent
2e4d98c3ac
commit
e032a84575
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: node
|
container: node:lts
|
||||||
steps:
|
steps:
|
||||||
- run: git clone https://git.m724.eu/Minecon724/dn42-info .
|
- run: git clone https://git.m724.eu/Minecon724/dn42-info .
|
||||||
- run: npm i
|
- run: npm i
|
||||||
|
|
Loading…
Reference in a new issue