Now we’re trying to get it to run eleventy.

This commit is contained in:
Zach Leatherman 2018-01-22 23:38:03 -06:00
parent 84b7150d04
commit baf187905c

View File

@ -3,6 +3,6 @@ node_js:
- 8
deploy:
provider: script
script: npx eleventy
script: npm install -g @11ty/eleventy && eleventy
on:
branch: master