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 committed Feb 20, 2025
1 parent 77a3b56 commit fa7a6e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.120.4"
default: "0.143.1"

# Allow one concurrent deployment
concurrency:
Expand All @@ -37,7 +37,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: "0.120.4"
HUGO_VERSION: "0.143.1"
steps:
- name: Check version
if: ${{ github.event.inputs.hugoVersion }}
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Build with Hugo
run: |
hugo \
--buildDrafts --gc --verbose \
--buildDrafts --gc --logLevel info \
--baseURL ${{ steps.pages.outputs.base_url }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit fa7a6e7

Please sign in to comment.