diff options
author | EuAndreh <eu@euandre.org> | 2021-06-08 13:17:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-06-08 13:17:46 -0300 |
commit | c455b785da195a8966e9bf39272d048f00d0f2cc (patch) | |
tree | 333136fa75b7c8621933f62f5435a76b34ef3c1b /Makefile | |
parent | Update locale/ files (diff) | |
download | euandre.org-c455b785da195a8966e9bf39272d048f00d0f2cc.tar.gz euandre.org-c455b785da195a8966e9bf39272d048f00d0f2cc.tar.xz |
Makefile: Disable aux/workflow/public.sh for now
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ clean: rm -rf public/ _site/ public: - sh aux/workflow/public.sh website website public-inbox + # sh aux/workflow/public.sh website website public-inbox JEKYLL_ENV=production jekyll build --trace rsync -a _site/ public |