swh:1:snp:02443124ed4ee0d8d724fefd38bf9b271361cc09
Tip revision: 800919da4d6c104401e877a14e4bd7778e750ab4 authored by Jan-Michael Rye on 25 July 2023, 13:32:51 UTC
Initial commit
Initial commit
Tip revision: 800919d
.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