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 - 8
deploy: deploy:
provider: script provider: script
script: npx eleventy script: npm install -g @11ty/eleventy && eleventy
on: on:
branch: master branch: master