Revision 8ae3500bc11757418ae922dcf891f750ca691dd6 authored by vthierry on 05 December 2025, 10:56:55 UTC, committed by vthierry on 05 December 2025, 10:56:55 UTC
1 parent 4159546
.gitlab-ci.yml
pages:
stage: deploy
tags:
- prod
script:
- echo ok
only:
- master
artifacts:
paths:
- public

Computing file changes ...