Skip to content

Commit

Permalink
deps: bump hugo from 0.68.2 to 0.68.3
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Mar 24, 2020
1 parent 640b276 commit ee45c81
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.2
HUGO_VERSION=0.68.3
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.2"
HUGO_VERSION = "0.68.3"

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

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

0 comments on commit ee45c81

Please sign in to comment.