New tries on the local install

This commit is contained in:
Zach Leatherman 2018-01-23 00:00:03 -06:00
parent 3ebcf43e9f
commit 5e7a5c438b

View File

@ -3,6 +3,6 @@ node_js:
- 8
deploy:
provider: script
script: node ./node_modules/@11ty/eleventy/cmd.js
script: npm install @11ty/eleventy && node ./node_modules/@11ty/eleventy/cmd.js
on:
branch: master