Skip to content

Commit

Permalink
Update gh-pages.yaml to fix failing build action
Browse files Browse the repository at this point in the history
  • Loading branch information
subramen authored Mar 14, 2024
1 parent ad0e15c commit d0b41f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: "0.123.8"
steps:
# - name: Check version
# if: ${{ github.event.inputs.hugoVersion }}
Expand All @@ -48,7 +46,7 @@ jobs:
uses: jaxxstorm/[email protected]
with:
repo: gohugoio/hugo
tag: v${HUGO_VERSION}
tag: v0.123.8
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit d0b41f7

Please sign in to comment.