swh:1:snp:02443124ed4ee0d8d724fefd38bf9b271361cc09
Tip revision: ec64366110d9394d6fdd403b3cd80c6b3e05b25a authored by Jan-Michael Rye on 03 October 2023, 08:31:53 UTC
Update README
Update README
Tip revision: ec64366
.gitlab-ci.yml
pages:
artifacts:
paths:
- public
image: sphinxdoc/sphinx
only:
- main
script:
- apt -yq update
- apt -yq install git
- bash ./scripts/build_documentation.sh -i public
stage: deploy
tags:
- ci.inria.fr
- linux
- small
release_job:
image: registry.gitlab.com/gitlab-org/release-cli:latest
release:
description: Release $CI_COMMIT_TAG
tag_name: $CI_COMMIT_TAG
rules:
- if: $CI_COMMIT_TAG
script:
- echo "running release_job"
stage: release
tags:
- ci.inria.fr
- linux
- small
stages:
- release
- deploy