akkoma/docs/Makefile
floatingghost 2c8f57db98
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
rename-flavours (#123)
Reviewed-on: #123
2022-07-28 10:36:51 +00:00

10 lines
136 B
Makefile

all: install
pipenv run mkdocs build
install:
pipenv install
clean:
rm -rf site
serve:
pipenv run python3 -m http.server -d site