Now we’re trying to get it to run eleventy.
This commit is contained in:
parent
84b7150d04
commit
baf187905c
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ node_js:
|
|||
- 8
|
||||
deploy:
|
||||
provider: script
|
||||
script: npx eleventy
|
||||
script: npm install -g @11ty/eleventy && eleventy
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Add table
Reference in a new issue