From 5fa48b78c2bb86df2824b8ed5a32d493e8d89595 Mon Sep 17 00:00:00 2001 From: Ramsay Leung Date: Mon, 14 Oct 2024 00:13:03 -0700 Subject: [PATCH] Update hugo-version to 0.120.4 to build paperMod. --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 9ebcf4b4..238e02da 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,7 +18,7 @@ jobs: - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.109.0' + hugo-version: '0.120.4' extended: true - name: Generate Configuration @@ -39,4 +39,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public hugo-version: '0.109.0' - extended: true \ No newline at end of file + extended: true