Delete 404 and search engine files during CI run
This commit is contained in:
parent
3e19d337db
commit
b76c23971c
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue