1
0
Fork 0
mirror of https://gitlab.com/lvra/lvra.gitlab.io.git synced 2025-05-01 11:48:29 +02:00

CICD: run pages job even on htmltest fail

This commit is contained in:
hypevhs 2024-10-10 17:34:15 +00:00
parent 8417d97065
commit d43cfe6b9b

View file

@ -44,3 +44,6 @@ pages:
- public - public
only: only:
- main - main
# New pages are absolute links to prod, and are 404s until they get published.
# Get around htmltest's chicken-and-egg problem. We're on `main`, just publish unconditionally.
when: always