Revision 5b94fd2c12712e04345d4b130358afbb352f6436 authored by vthierry on 28 October 2025, 18:54:37 UTC, committed by vthierry on 28 October 2025, 18:54:37 UTC
1 parent 4ad30c1
.gitlab-ci.yml
pages:
stage: deploy
tags:
- prod
script:
- echo ok
only:
- master
artifacts:
paths:
- public

Computing file changes ...