Revision cf6431774e8ef894a12d832e6b6ff467693d136c authored by Jan-Michael Rye on 28 July 2023, 09:16:54 UTC, committed by Jan-Michael Rye on 28 July 2023, 09:55:25 UTC
1 parent d2717d9
.gitlab-ci.yml
pages:
image: sphinxdoc/sphinx
tags:
- ci.inria.fr
- linux
- small
script:
- apt -yq update
- apt -yq install git
- bash ./scripts/build_documentation.sh -i public
artifacts:
paths:
- public
only:
- main

Computing file changes ...