Skip to content

Commit

Permalink
Update Hugo to version 0.136.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krobbi committed Oct 16, 2024
1 parent 9ec29c3 commit 24b33d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.127.0
HUGO_VERSION: 0.136.0
steps:
- name: Install Hugo
run: |
Expand All @@ -54,6 +54,7 @@ jobs:
# run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Generate site with Hugo
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
HUGO_ENV: production
TZ: America/Los_Angeles
Expand Down

0 comments on commit 24b33d6

Please sign in to comment.