Skip to content

Commit

Permalink
Use hugo v0.48 until #5275 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
stp-ip committed Oct 7, 2018
1 parent f7bb864 commit 2c4b50b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
command = "HUGO_THEME=repo hugo -d ../public --minify"

[context.production.environment]
HUGO_VERSION = "0.49"
HUGO_VERSION = "0.48"
HUGO_ENV = "production"

[context.deploy-preview]
command = "HUGO_THEME=repo hugo -d ../public --minify"

[context.deploy-preview.environment]
HUGO_VERSION = "0.49"
HUGO_VERSION = "0.48"

[context.branch-deploy]
command = "HUGO_THEME=repo hugo -d ../public --minify"

[context.branch-deploy.environment]
HUGO_VERSION = "0.49"
HUGO_VERSION = "0.48"
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ licenselink = "https://github.com/okkur/syna/blob/master/LICENSE"
description = "A customizable one to multi page theme for open source projects, companies and freelancers."
homepage = "https://github.com/okkur/syna"
tags = ["open source", "company", "one-page", "multi-page"]
min_version = 0.49
min_version = 0.48

[author]
name = "okkur"
Expand Down

0 comments on commit 2c4b50b

Please sign in to comment.