From a8534a7bd73ca48246d0c0f3a7a82845aa4ba086 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 14 Jul 2016 11:47:36 +0200 Subject: [PATCH] Remove additional-resource page and feed as well --- ci/travis-blog-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis-blog-update.sh b/ci/travis-blog-update.sh index 3cab7810..7ae44143 100644 --- a/ci/travis-blog-update.sh +++ b/ci/travis-blog-update.sh @@ -28,7 +28,7 @@ rm -r * cp -r ../public/. . rm atom.xml # remove feed that includes all content types mv post/atom.xml . # use post feed as main feed -rm -r post post.html page page.html # remove per-category pages/feeds +rm -r post post.html page page.html additional-resource additional-resource.html # remove per-category pages/feeds # commit git add --all .