Skip to content

Commit

Permalink
Add a configuration of wercker.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Jan 16, 2017
1 parent 7d16ac0 commit 0102b33
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
box: jkawamoto/ghp-box
build:
steps:
- script:
name: Prepare submodules
code: |-
git submodule update --init
- jkawamoto/sphinx:
basedir: docs
packages: sphinx-autobuild sphinxcontrib-napoleon -e git+https://github.com/snide/sphinx_rtd_theme#egg=sphinx_rtd_theme-master
- samueldebruyn/minify:
base_dir: docs/build/html
png: false
js: false
deploy:
steps:
- jkawamoto/ghp-import:
token: $GIT_TOKEN
basedir: docs/build/html
baseurl: https://rgmining.github.io/tripadvisor/

0 comments on commit 0102b33

Please sign in to comment.