This repository has been archived on 2023-02-03. You can view files and clone it, but cannot push or open issues or pull requests.
autonomic.zone/Makefile

9 lines
148 B
Makefile

devserver:
jekyll serve --incremental --destination devdist
proddist:
jekyll build
release:
git subtree push --prefix dist upstream production