Revision a85ac107187e4a1f10a144dffd66df4c31a652a3 authored by Jan-Michael Rye on 28 July 2023, 15:18:49 UTC, committed by Jan-Michael Rye on 28 July 2023, 15:19:01 UTC
1 parent 560781b
.gitlab-ci.yml
pages:
artifacts:
paths:
- public
image: sphinxdoc/sphinx
only:
- main
script:
- pip install -r doc/requirements.txt
- sphinx-build -b html doc/source 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

Computing file changes ...