From 6c73de142669d0cf90dbf914bdf733bcce995c7a Mon Sep 17 00:00:00 2001 From: bojemoi Date: Fri, 6 Feb 2026 20:08:52 +0100 Subject: [PATCH] Fix article date (was in the future) --- content/posts/gitea-actions-alpine-hugo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/gitea-actions-alpine-hugo.md b/content/posts/gitea-actions-alpine-hugo.md index 53cc2ba..5786309 100644 --- a/content/posts/gitea-actions-alpine-hugo.md +++ b/content/posts/gitea-actions-alpine-hugo.md @@ -1,6 +1,6 @@ --- title: "CI/CD Hugo avec Gitea Actions et Alpine" -date: 2026-02-06T20:00:00+00:00 +date: 2026-02-06T19:00:00+00:00 draft: false ---