From 5ffba78cbce60d99f0cc9dd17eec2f3e07e8cdd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Sat, 9 Mar 2024 11:33:55 +0100 Subject: [PATCH] feat: retry ci --- .github/workflows/hugo.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 6891390..e227996 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -49,6 +49,8 @@ jobs: uses: actions/configure-pages@v4 - name: Install Node.js dependencies run: " npm install --save-dev autoprefixer postcss-cli && npm ci || true" + - name: Update Hugo Modules + run: hugo mod get -u ./... - name: Build with Hugo env: # For maximum backward compatibility with Hugo modules