Delete 404 and search engine files during CI run

pull/1/head
Jonas Tobias Hopusch 2 years ago
parent 3e19d337db
commit b76c23971c
Failed to generate hash of commit

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

Loading…
Cancel
Save