Revision 415954636407194ebe7786882507f4bf672e3e94 authored by vthierry on 04 December 2025, 18:19:11 UTC, committed by vthierry on 04 December 2025, 18:19:11 UTC
1 parent 052a4c4
.gitlab-ci.yml
pages:
stage: deploy
tags:
- prod
script:
- echo ok
only:
- master
artifacts:
paths:
- public

Computing file changes ...