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