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