Skip to content

Commit

Permalink
add some output
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Oct 19, 2016
1 parent 36892a8 commit 3449de6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .doc/travis/deploy.sh
Expand Up @@ -38,8 +38,12 @@ rm -rf out/de || exit 0
rm -rf out/en || exit 0

# Run our creation script
.doc/main.py doc -c
echo "generating manual"
.doc/main.py doc --doc-type manual -c -f
echo "generating api"
.doc/main.py doc --doc-type source

echo "starting deployment..."
# Now let's go have some fun with the cloned repo
cd out
git config user.name "Travis CI"
Expand Down

0 comments on commit 3449de6

Please sign in to comment.