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