(docs): use gh actions to deploy documentation (#616)

This commit is contained in:
Jethro Kuan
2020-05-13 18:45:32 +08:00
committed by GitHub
parent 46975107a2
commit e62bda799a
6 changed files with 170 additions and 159 deletions

View File

@ -58,6 +58,9 @@ init:
docs:
@$(MAKE) -C doc all
html:
@$(MAKE) -C doc html
install: install-docs
install-docs: docs