diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index ec073e5..217b06c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -14,7 +14,7 @@ on: hugoVersion: description: "Hugo Version" required: false - default: "0.83.0" + default: "0.120.4" # Allow one concurrent deployment concurrency: @@ -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 }}