Skip to content

Commit

Permalink
Update gh-pages.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
subramen authored Mar 14, 2024
1 parent 4c031ae commit ad0e15c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ on:
hugoVersion:
description: "Hugo Version"
required: false
default: "0.123.8"

# Allow one concurrent deployment
concurrency:
Expand All @@ -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 }}
Expand All @@ -49,7 +48,7 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: gohugoio/hugo
tag: v${{ github.event.inputs.hugoVersion }}
tag: v${HUGO_VERSION}
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit ad0e15c

Please sign in to comment.