Skip to content

Commit f6347a9

Browse files
authored
bump hugo version in netlify/travis (#44)
* bump hugo version Signed-off-by: Christoph Hartmann <chris@lollyrock.com> * use hugo 0.55.0 in travis Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
1 parent 1f70c8c commit f6347a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
install:
3-
- wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_0.52_Linux-64bit.deb
3+
- wget -O /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v0.55.5/hugo_0.55.5_Linux-64bit.deb
44
- sudo dpkg -i /tmp/hugo.deb
55

66
script:

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[context.production.environment]
2-
HUGO_VERSION = "0.49"
2+
HUGO_VERSION = "0.55.5"
33
HUGO_ENV = "production"
44
HUGO_ENABLEGITINFO = "true"
55

66
[context.deploy-preview.environment]
7-
HUGO_VERSION = "0.49"
7+
HUGO_VERSION = "0.55.5"
88

99
[context.branch-deploy.environment]
10-
HUGO_VERSION = "0.49"
10+
HUGO_VERSION = "0.55.5"

0 commit comments

Comments
 (0)