Add gh-pages build step.

This commit is contained in:
Bob Nystrom
2015-01-01 20:58:36 -08:00
parent b876f4a51a
commit d65bd1382b
2 changed files with 8 additions and 0 deletions

View File

@ -60,3 +60,7 @@ docs:
# Continuously generate the Wren site.
watchdocs:
@./script/generate_docs.py --watch
# Build the docs and copy them to a local "gh-pages" directory.
gh-pages: docs
cp -r build/docs/. gh-pages