1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
gitfolio/.travis.yml

21 lines
418 B
YAML
Raw Normal View History

2019-12-08 11:29:28 +00:00
dist: bionic
2019-12-07 17:45:42 +00:00
language: node_js
node_js:
2019-12-08 11:29:28 +00:00
- 11
2019-12-07 17:45:42 +00:00
cache:
directories:
- node_modules
before_script:
2019-12-07 21:58:58 +00:00
- npm install -g
2019-12-07 17:45:42 +00:00
script:
2019-12-08 13:28:49 +00:00
- gitfolio build k4ustu3h --fork --theme dark --sort updated --twitter k4ustu3h_ --dribbble k4ustu3h --email k4ustu3h@gmail.com
2019-12-08 11:29:28 +00:00
deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: true
local_dir: dist
verbose: true
on:
branch: master