mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
always pull new blog posts before building
This commit is contained in:
parent
0b3209178f
commit
51c5eacc30
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -10,6 +10,7 @@ proj: projects.json templates/proj/index.html templates/proj/project.html
|
|||
|
||||
blog: _blog/blog.json templates/blog/index.html templates/blog/post.html $(POSTS)
|
||||
@echo
|
||||
cd _blog && git pull
|
||||
./bin/blog.rb _blog public
|
||||
|
||||
minify: $(JAVASCRIPTS) $(STYLESHEETS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue