https://gitlab.inria.fr/jrye/chemfeat.git
Tip revision: 25bfa1d9d55358292cbdf185f96f20c4d9f17893 authored by Jan-Michael Rye on 03 October 2023, 13:20:55 UTC
Add MolPred link to README
Add MolPred link to README
Tip revision: 25bfa1d
.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
