Skip to content

Commit

Permalink
Bump Hugo to 0.127.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeg committed Jun 15, 2024
1 parent 861c3c5 commit 72c4e33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.125.1
HUGO_VERSION: 0.127.0
steps:
- name: Install Hugo CLI
run: |
Expand Down
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ publish = "public"
command = "hugo --gc --minify"

[context.production.environment]
HUGO_VERSION = "0.121.1"
HUGO_VERSION = "0.127.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"

[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"

[context.deploy-preview.environment]
HUGO_VERSION = "0.121.1"
HUGO_VERSION = "0.127.0"

[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"

[context.branch-deploy.environment]
HUGO_VERSION = "0.121.1"
HUGO_VERSION = "0.127.0"

[context.next.environment]
HUGO_ENABLEGITINFO = "true"

0 comments on commit 72c4e33

Please sign in to comment.