feat: add automated docs deployment to Travis CI with gh-pages script

This commit is contained in:
Freddie Ridell
2018-03-29 13:26:45 +00:00
parent 9a8e46bd2d
commit 2a40d2fc0a
3 changed files with 34 additions and 1 deletions
+1
View File
@@ -86,6 +86,7 @@ benchmark: release
# Generate the Wren site.
docs:
mkdir -p build
$(V) ./util/generate_docs.py
# Continuously generate and serve the Wren site.