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
Raw Normal View History

2017-10-04 14:35:39 +00:00
devserver:
jekyll serve --incremental --destination devdist
proddist:
jekyll build
2017-10-04 13:54:56 +00:00
release:
git subtree push --prefix dist upstream production