Skip to content

Commit

Permalink
Merge pull request #262 from layer5io/leecalcote/ci/upgrade-to-hugo-0…
Browse files Browse the repository at this point in the history
….126.0-workflow

[CI] Upgrade Hugo from 0.124 to 0.126
  • Loading branch information
dragon-slayer875 authored May 31, 2024
2 parents 04254cb + a79b1bc commit 8d4c581
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.124.1
HUGO_VERSION: 0.126.2
steps:
- name: Install Hugo CLI
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build with Hugo
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{{ if (or $enableGtagForUniversalAnalytics (hasPrefix .Site.GoogleAnalytics "G-")) -}}
{{ template "_internal/google_analytics_gtag.html" . -}}
{{ else -}}
{{ template "_internal/google_analytics_async.html" . -}}
{{ template "_internal/google_analytics.html" . -}}
{{ end -}}
{{ end -}}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"hugo-extended": "0.124.1",
"hugo-extended": "0.126.2",
"postcss-cli": "^11.0.0"
}
}

0 comments on commit 8d4c581

Please sign in to comment.