Skip to content

Commit

Permalink
use own helper script to create the docs in the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Oct 19, 2016
1 parent b220b09 commit a0da3b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .doc/travis/deploy.sh
Expand Up @@ -6,10 +6,7 @@ TARGET_BRANCH="gh-pages"
REPO_SLUG="CometVisu/CometVisu"

function createDocs {
sphinx-build -b html doc/manual/de out/de/manual
grunt jsdoc:html --targetDir=out/api
grunt screenshots --browserName=chrome
sphinx-build -b html doc/manual/de out/de/manual
.doc/main.py doc -c
}

# Pull requests and commits to other branches shouldn't try to deploy, just build to verify
Expand Down

0 comments on commit a0da3b5

Please sign in to comment.