From b76c23971c55b598bd9d6de83a319a94cf151f2e Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Mon, 14 Jun 2021 11:49:50 +0200 Subject: [PATCH] Delete 404 and search engine files during CI run --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b84b7df..67a6660 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,8 @@ pages: - pacman --needed --noconfirm -Syu zola script: - zola build + # Fall back to GitLab pages 404 site and delete unwanted robot pages + - rm public/404.html public/sitemap.xml public/robots.txt artifacts: paths: - public