Switch to npx

This commit is contained in:
Zach Leatherman 2018-01-22 23:48:17 -06:00
parent 9a0fab1b46
commit 641f187bf5

View File

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