From 617459c1adbc1277d7f75c58ff7a73e264cacd07 Mon Sep 17 00:00:00 2001 From: Louis Date: Mon, 29 Sep 2025 10:17:19 +0200 Subject: [PATCH] Please work ? --- posts/ci-gitlab-latex.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/ci-gitlab-latex.qmd b/posts/ci-gitlab-latex.qmd index fc06d46..99c5461 100644 --- a/posts/ci-gitlab-latex.qmd +++ b/posts/ci-gitlab-latex.qmd @@ -9,7 +9,7 @@ categories: [ci, intégration continue, git, GitLab, LaTeX, french, français] # La CI finale ```{bash, echo=FALSE} -# This code is here to fetch the latest version of the ci +# This code is here to fetch the latest version of the CI from the Forge INRAE curl -s "https://forge.inrae.fr/louis.lacoste/csi-louis/-/raw/main/.gitlab-ci.yml?ref_type=heads&inline=true" -o resources/ci-gitlab-latex/gitlab-ci.yaml ```