Skip to content

Commit 115ff8b

Browse files
authored
Merge pull request #436 from cmu-delphi/sgratzl/update-hugo
build(deps): update hugo version
2 parents 5a722cd + 378f879 commit 115ff8b

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ publish = "public"
44
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
55

66
[context.production.environment]
7-
HUGO_VERSION = "0.81.0"
7+
HUGO_VERSION = "0.87.0"
88
HUGO_ENV = "production"
99
NODE_VERSION = "14.16.0"
1010
NPM_VERSION = "6.14.11"
@@ -13,7 +13,7 @@ NPM_VERSION = "6.14.11"
1313
command = "npm ci && hugo --gc --minify --buildDrafts --buildFuture -b $DEPLOY_PRIME_URL"
1414

1515
[context.deploy-preview.environment]
16-
HUGO_VERSION = "0.81.0"
16+
HUGO_VERSION = "0.87.0"
1717
HUGO_ENABLEGITINFO = "true"
1818
NODE_VERSION = "14.16.0"
1919
NPM_VERSION = "6.14.11"
@@ -22,7 +22,7 @@ NPM_VERSION = "6.14.11"
2222
command = "npm ci && hugo --gc --minify -b $DEPLOY_PRIME_URL"
2323

2424
[context.branch-deploy.environment]
25-
HUGO_VERSION = "0.81.0"
25+
HUGO_VERSION = "0.87.0"
2626
HUGO_ENABLEGITINFO = "true"
2727
NODE_VERSION = "14.16.0"
2828
NPM_VERSION = "6.14.11"

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"www-epivis": "https://github.com/cmu-delphi/www-epivis/releases/download/v2.0.1/www-epivis-2.0.1.tgz"
1313
},
1414
"devDependencies": {
15-
"hugo-bin": "^0.74.0",
15+
"hugo-bin": "^0.75.0",
1616
"husky": "^7.0.1",
1717
"lint-staged": "^11.1.2",
1818
"prettier": "^2.3.2",

0 commit comments

Comments
 (0)