You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
338 B

language: node_js
node_js:
- stable
before_script:
- npm run clear-guides
- npm run convert-markdown -- --all
deploy:
provider: pages
skip_cleanup: true
file: ./*
local_dir: .
github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard
target_branch: gh-pages
on:
branch: master
repo: bcoin-org/bcoin-org.github.io