From 62bcd94e68b9da2df1e8f8cc07b7b5c667cae0c6 Mon Sep 17 00:00:00 2001 From: Florent <36446612+florentfgrs@users.noreply.github.com> Date: Mon, 16 Dec 2024 08:38:51 +0100 Subject: [PATCH] Update 2024-12-18_vendee_globe_donnees_sig_partie2.md Co-authored-by: Guilhem Allaman <40383801+gounux@users.noreply.github.com> Signed-off-by: Florent <36446612+florentfgrs@users.noreply.github.com> --- .../2024/2024-12-18_vendee_globe_donnees_sig_partie2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/articles/2024/2024-12-18_vendee_globe_donnees_sig_partie2.md b/content/articles/2024/2024-12-18_vendee_globe_donnees_sig_partie2.md index be241f6559..1e7bd91ae4 100644 --- a/content/articles/2024/2024-12-18_vendee_globe_donnees_sig_partie2.md +++ b/content/articles/2024/2024-12-18_vendee_globe_donnees_sig_partie2.md @@ -55,7 +55,7 @@ Sans rentrer dans une explication détaillée de ce code, globalement ce pipelin - `release`: ce [second job](https://github.com/florentfgrs/Vendee-Globe-2024/blob/main/.github/workflows/pointages.yml#L48) publie les données SIG dans une release GitHub, cette partie est détaillée plus tard dans l'article. - `update-files`: ce [dernier job](https://github.com/florentfgrs/Vendee-Globe-2024/blob/main/.github/workflows/pointages.yml#L75) commit et push les données SIG dans le projet afin d'avoir une URL fixe pour les utiliser dans l'application web. Ce job est amené à disparaitre pour être intégré au [job de déploiement](https://github.com/florentfgrs/Vendee-Globe-2024/blob/main/.github/workflows/static.yml) de l'application web dans GitHub Pages. -En [haut du pipeline](https://github.com/florentfgrs/Vendee-Globe-2024/blob/main/.github/workflows/pointages.yml#L3-L5), on peut voir ce format de morceau code. +En [haut du pipeline](https://github.com/florentfgrs/Vendee-Globe-2024/blob/main/.github/workflows/pointages.yml#L3-L5), on peut voir ce format de morceau de code. ```yaml on: