Add scripts and tasks to publish docs to github pages

This commit is contained in:
Manuel de Brito Fontes 2018-04-26 18:51:12 -03:00 committed by Travis Bot
parent bad526bd54
commit 212f8bf73a
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
6 changed files with 73 additions and 15 deletions

View file

@ -213,3 +213,11 @@ dep-ensure:
.PHONY: dev-env
dev-env:
@./hack/build-dev-env.sh
.PHONY: live-docs
live-docs:
@docker run --rm -it -p 3000:3000 -v ${PWD}:/docs aledbf/mkdocs:0.1
.PHONY: build-docs
build-docs:
@docker run --rm -it -v ${PWD}:/docs aledbf/mkdocs:0.1 build