mirror of https://github.com/MISP/misp-modules
Add `make deploy`
parent
aa341219fd
commit
6bf51f4555
4
Makefile
4
Makefile
|
@ -12,6 +12,10 @@ prepare_docs:
|
||||||
generate_docs: prepare_docs
|
generate_docs: prepare_docs
|
||||||
docker run --rm -it -v $(PWD):/docs squidfunk/mkdocs-material build
|
docker run --rm -it -v $(PWD):/docs squidfunk/mkdocs-material build
|
||||||
|
|
||||||
|
# https://www.mkdocs.org/user-guide/deploying-your-docs/
|
||||||
|
deploy:
|
||||||
|
docker run --rm -it -v $(PWD):/docs -v /home/$(whoami)/.docker:/root/.docker:ro squidfunk/mkdocs-material gh-deploy
|
||||||
|
|
||||||
ci_generate_docs: prepare_docs
|
ci_generate_docs: prepare_docs
|
||||||
mkdocs build
|
mkdocs build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue