From c6774684e65b81001d4ade729423d784b91d2d0b Mon Sep 17 00:00:00 2001 From: Nicolas Furno Date: Sun, 15 Dec 2024 19:20:22 +0100 Subject: [PATCH] Contournement bug 404 sur la version latest, cf https://github.com/peaceiris/actions-hugo/issues/652 --- .github/workflows/publication.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publication.yml b/.github/workflows/publication.yml index 57299de5b..49f792590 100644 --- a/.github/workflows/publication.yml +++ b/.github/workflows/publication.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: '0.139.4' # extended: true - name: Build