Skip to content

Commit

Permalink
Merge branch '104-update-default-hugo-version-to-0-92-to-match-gitlab…
Browse files Browse the repository at this point in the history
…-pages-latest' into 'master'

Resolve "Update Default Hugo version to 0.92 to match GitLab Pages latest"

Closes #104

See merge request consensus.enterprises/drumkit!49
  • Loading branch information
sensespidey committed Mar 12, 2022
2 parents 3d57ec8 + 2972066 commit 4aef900
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/projects/hugo-docs.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Feature: Initialize Hugo Docs Projects
When I run "unset DRUMKIT && source d && make docs"
Then I should get:
"""
Hugo Static Site Generator
Congratulations! Your new Hugo site
Just a few more steps and you're ready to go
"""
And the following files should exist:
"""
Expand Down
3 changes: 2 additions & 1 deletion features/tools/go.feature
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ Feature: Install Go apps locally
Downloading the
Installing the
release of Hugo.
Hugo Static Site Generator v
hugo v
extended
"""
When I run "make hugo"
Then I should get:
Expand Down
2 changes: 1 addition & 1 deletion mk/tools/go/hugo.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
local_OS ?= $(shell uname)

hugo_NAME ?= Hugo
hugo_RELEASE ?= 0.74.3
hugo_RELEASE ?= 0.94.1

ifeq ($(local_OS),Darwin)
hugo_OS ?= macOS
Expand Down

0 comments on commit 4aef900

Please sign in to comment.