From 6bf63faa665c467f0e4219d7339819581a67b52f Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Sun, 15 Dec 2024 18:24:33 -0800 Subject: [PATCH] Use Hugo 0.139.4 per https://github.com/peaceiris/actions-hugo/issues/652#issuecomment-2543806479 --- .github/workflows/gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 85df6e1..de25ef7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: GitHub Pages on: push: branches: - - main # Set a branch to deploy + - main # Set a branch to deploy pull_request: jobs: @@ -14,13 +14,13 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: true # Fetch Hugo themes (true OR recursive) - fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod + submodules: true # Fetch Hugo themes (true OR recursive) + fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo uses: peaceiris/actions-hugo@v3 with: - hugo-version: 'latest' + hugo-version: "0.139.4" extended: true - name: Build