Page MenuHomePhorge

Makefile
No OneTemporary

Size
281 B
Referenced Files
None
Subscribers
None

Makefile

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)

File Metadata

Mime Type
text/x-makefile
Expires
Sun, Dec 7, 8:46 PM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
682307
Default Alt Text
Makefile (281 B)

Event Timeline