Deployyyyy
This commit is contained in:
parent
6f2448879f
commit
3dce6e1969
11
.travis.yml
11
.travis.yml
@ -1,9 +1,14 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- 8
|
||||
install:
|
||||
- npm install @11ty/eleventy -g
|
||||
deploy:
|
||||
provider: script
|
||||
before_script: npm install @11ty/eleventy -g
|
||||
script: eleventy
|
||||
local-dir: _site
|
||||
before_deploy: eleventy
|
||||
provider: pages
|
||||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure
|
||||
keep-history: true
|
||||
on:
|
||||
branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user