From e228389bba8829dc1f4a163a0b974809bd0cd0b9 Mon Sep 17 00:00:00 2001 From: Georgi Dimitrov Date: Fri, 26 Apr 2024 14:28:30 +0300 Subject: [PATCH] Fix node version gh pages --- .github/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index 96367bc..3e4b7c4 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Setup Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Build with Hugo