Skip to content

Commit

Permalink
deps: bump hugo from 0.66.0 to 0.67.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Mar 9, 2020
1 parent 6d244ac commit f37dea9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HUGO_VERSION=0.66.0
HUGO_VERSION=0.67.0
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ publish = "public"
command = "hugo --gc --minify --themesDir ../ --layoutDir ../layouts --baseURL 'https://hugothemeiris.netlify.com'"

[context.production.environment]
HUGO_VERSION = "0.66.0"
HUGO_VERSION = "0.67.0"

# [context.deploy-preview]
# command = "npm run build -- -b $DEPLOY_PRIME_URL --environment staging"
# [context.deploy-preview.environment]
# HUGO_VERSION = "0.66.0"
# HUGO_VERSION = "0.67.0"

# [context.branch-deploy]
# command = "npm run build -- -b $DEPLOY_PRIME_URL"
# [context.branch-deploy.environment]
# HUGO_VERSION = "0.66.0"
# HUGO_VERSION = "0.67.0"
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ license = "MIT"
licenselink = "https://github.com/peaceiris/hugo-theme-iris/blob/master/LICENSE"
description = "Hugo Iris Theme - Portfolio and Blog"
homepage = "https://github.com/peaceiris/hugo-theme-iris"
min_version = "0.66.0"
min_version = "0.67.0"
tags = [
"blog",
"responsive",
Expand Down

0 comments on commit f37dea9

Please sign in to comment.