Skip to content
Snippets Groups Projects
Commit 1bce1e56 authored by EXT Jean-Matthieu Etancelin's avatar EXT Jean-Matthieu Etancelin
Browse files

update CI for triggering update hysop-doc

parent bb6b7002
No related branches found
No related tags found
1 merge request!45Update "Development documentation"
Pipeline #128545 failed
...@@ -21,6 +21,7 @@ stages: ...@@ -21,6 +21,7 @@ stages:
- build - build
- install - install
- test - test
- doc
env:jammy: env:jammy:
image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy image: gricad-registry.univ-grenoble-alpes.fr/particle_methods/hysop:jammy
...@@ -77,3 +78,12 @@ test:jammy: ...@@ -77,3 +78,12 @@ test:jammy:
paths: paths:
- $CI_PROJECT_DIR/cache - $CI_PROJECT_DIR/cache
key: "hysop_cache" key: "hysop_cache"
# Trigger the CI of hysop-doc project to re-build online documentation (user+generated)
onlinedocupdate:
stage: doc
rules:
- if: $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"
trigger:
project: particle_methods/hysop-doc
branch: main
Subproject commit a09c2d1e571464d0e1368670b0a1a1cfe0736b2f Subproject commit 223c4ff1d38ea34655b1ccc3ffde8043d2d0a35a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment