Revision 31a87d848f8ab28a06ccf77d0b359fc966974138 authored by vthierry on 15 December 2025, 21:31:50 UTC, committed by vthierry on 15 December 2025, 21:31:50 UTC
1 parent 8ae3500
.gitlab-ci.yml
pages:
stage: deploy
tags:
- prod
script:
- echo ok
only:
- master
artifacts:
paths:
- public

Computing file changes ...