Switch to npx
This commit is contained in:
parent
9a0fab1b46
commit
641f187bf5
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ node_js:
|
|||
- 8
|
||||
deploy:
|
||||
provider: script
|
||||
script: npm install -g @11ty/eleventy && eleventy
|
||||
script: npx eleventy
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Reference in a new issue