Delete 404 and search engine files during CI run

This commit is contained in:
Jonas Tobias Hopusch 2021-06-14 11:49:50 +02:00
parent 3e19d337db
commit b76c23971c
Failed to generate hash of commit
1 changed files with 2 additions and 0 deletions

View File

@ -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