From 21164ce9794353eae032d805afac71e6cdefeb02 Mon Sep 17 00:00:00 2001 From: JM Etancelin <jean-matthieu.etancelin@univ-pau.fr> Date: Thu, 23 Feb 2023 15:11:27 +0100 Subject: [PATCH] remove rule for CI --- .gitlab-ci.yml | 4 ---- README.md | 2 -- 2 files changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8b4c5ea..27e2712 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,3 @@ pages: paths: - public expire_in: 2 days - rules: - - if: $CI_COMMIT_MESSAGE =~ /\[with doc\]/ - when: always - - when: never diff --git a/README.md b/README.md index fae43e7..1d64e87 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # HySoP-doc -To generate doc (CI) use [with doc]Â at the beginning of your commit message. - Generated doc is available here: [https://particle_methods.gricad-pages.univ-grenoble-alpes.fr/hysop-doc](https://particle_methods.gricad-pages.univ-grenoble-alpes.fr/hysop-doc). -- GitLab