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 .