Skip to content

Commit

Permalink
deps: bump hugo from 0.68.3 to 0.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 11, 2020
1 parent d000abc commit 1a9ca80
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.68.3
HUGO_VERSION=0.69.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.68.3"
HUGO_VERSION = "0.69.0"

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

# [context.branch-deploy]
# command = "npm run build -- -b $DEPLOY_PRIME_URL"
# [context.branch-deploy.environment]
# HUGO_VERSION = "0.68.3"
# HUGO_VERSION = "0.69.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.68.3"
min_version = "0.69.0"
tags = [
"blog",
"responsive",
Expand Down

0 comments on commit 1a9ca80

Please sign in to comment.