From ad0e15c9610c0bab9db76cf6e325b32c825a80f8 Mon Sep 17 00:00:00 2001 From: Suraj Subramanian <5676233+subramen@users.noreply.github.com> Date: Wed, 13 Mar 2024 20:05:52 -0400 Subject: [PATCH] Update gh-pages.yaml --- .github/workflows/gh-pages.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 4185b4c..7f4b812 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -13,7 +13,6 @@ on: hugoVersion: description: "Hugo Version" required: false - default: "0.123.8" # Allow one concurrent deployment concurrency: @@ -36,7 +35,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: "0.121.0" + HUGO_VERSION: "0.123.8" steps: # - name: Check version # if: ${{ github.event.inputs.hugoVersion }} @@ -49,7 +48,7 @@ jobs: uses: jaxxstorm/action-install-gh-release@v1.10.0 with: repo: gohugoio/hugo - tag: v${{ github.event.inputs.hugoVersion }} + tag: v${HUGO_VERSION} - name: Checkout uses: actions/checkout@v3 with: