Copy all files (inclusive the hidden .nojekyll)

This commit is contained in:
Philipp Oppermann
2016-05-01 15:20:11 +02:00
parent e95710c66e
commit 2cecc5abeb

View File

@@ -25,7 +25,7 @@ git config user.email "travis-update-bot@phil-opp.com"
# update blog # update blog
rm -r * rm -r *
cp -r ../hugo/public/* . cp -r ../hugo/public .
rm -r post post.html page page.html # remove per-category pages/feeds rm -r post post.html page page.html # remove per-category pages/feeds
# commit # commit