Navigation Menu

Skip to content

Commit

Permalink
Update recent blog posts on each update run, rather than only when we…
Browse files Browse the repository at this point in the history
… have fresh commits
  • Loading branch information
zoffixznet committed Dec 8, 2015
1 parent ff30cac commit 0b17ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Expand Up @@ -8,9 +8,9 @@ cd ~/perl6.org
git fetch -q
BEFORE=$(git rev-parse HEAD)
git checkout -q -f origin/master
./fetch-recent-blog-posts.pl
if [ "$BEFORE" != "$(git rev-parse HEAD)" ]
then
./fetch-recent-blog-posts.pl
if git diff --quiet $BEFORE HEAD includes
then mowyw --make
else mowyw
Expand Down

0 comments on commit 0b17ef9

Please sign in to comment.