Add scripts and tasks to publish docs to github pages
This commit is contained in:
parent
bad526bd54
commit
212f8bf73a
6 changed files with 73 additions and 15 deletions
8
Makefile
8
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue