aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f45c98b..5cb3224 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ run: clean
5 bundle exec jekyll serve --incremental --drafts 5 bundle exec jekyll serve --incremental --drafts
6 6
7publish: 7publish:
8 cp _includes/site.min.css assets/site.min.css
8 git add . 9 git add .
9 git commit -m "content update" 10 git commit -m "content update"
10 git push 11 git push