From 2cecc5abebb65476d2d971aca7fa450c424ec513 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 1 May 2016 15:20:11 +0200 Subject: [PATCH] Copy all files (inclusive the hidden .nojekyll) --- scripts/travis-blog-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/travis-blog-update.sh b/scripts/travis-blog-update.sh index 9ff4f621..9f1ca842 100644 --- a/scripts/travis-blog-update.sh +++ b/scripts/travis-blog-update.sh @@ -25,7 +25,7 @@ git config user.email "travis-update-bot@phil-opp.com" # update blog rm -r * -cp -r ../hugo/public/* . +cp -r ../hugo/public . rm -r post post.html page page.html # remove per-category pages/feeds # commit