Skip to content

Commit

Permalink
.github/workflows/gh-pages.yml: hugo: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
g3rhard authored Dec 5, 2023
1 parent ff86ab1 commit ae3c3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
hugoVersion:
description: "Hugo Version"
required: false
default: "0.83.0"
default: "0.120.4"

# Allow one concurrent deployment
concurrency:
Expand All @@ -37,7 +37,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: "0.83.0"
HUGO_VERSION: "0.120.4"
steps:
- name: Check version
if: ${{ github.event.inputs.hugoVersion }}
Expand Down

0 comments on commit ae3c3cd

Please sign in to comment.