X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2FMakefile;h=85b6dee6511556091ad9736092f0ad087130409f;hb=ba635e97c8ddcf92946e3d221dbf813189d21ab8;hp=022459cf03d56ba95fd7bb093e3f235c7d379742;hpb=5796d81d9877de51b2669da7d8f6fcc903c0ebda;p=akkoma diff --git a/docs/Makefile b/docs/Makefile index 022459cf0..85b6dee65 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,9 +1,14 @@ all: install pipenv run mkdocs build +branch := $(shell git rev-parse --abbrev-ref HEAD) install: pipenv install clean: rm -rf site serve: pipenv run python3 -m http.server -d site +zip: + zip -r docs.zip site/* +deploy: + cd site && rclone copy . scaleway:akkoma-docs/$(branch)