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 ```