From 134478c436a35da49e916c3241aa4c4c89d977a6 Mon Sep 17 00:00:00 2001 From: Arnaud Delcasse Date: Mon, 24 Feb 2025 08:02:21 +0100 Subject: [PATCH] CD --- .gitea/workflows/publish.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 9cf7cef..0f0439c 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -17,6 +17,12 @@ jobs: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + - uses: actions/setup-node@v4 + with: + node-version: 22 + + - run: npm install + - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: