aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 761d14f..cbcadf9 100644
--- a/Makefile
+++ b/Makefile
@@ -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