Try a before_script
This commit is contained in:
parent
5e7a5c438b
commit
6f2448879f
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ node_js:
|
||||||
- 8
|
- 8
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: npm install @11ty/eleventy && node ./node_modules/@11ty/eleventy/cmd.js
|
before_script: npm install @11ty/eleventy -g
|
||||||
|
script: eleventy
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Add table
Reference in a new issue