Merge pull request #625 from influxdata/hugo-build-version

Update Hugo version in the build environment
pull/628/head
Scott Anderson 2019-11-20 15:42:46 -07:00 committed by GitHub
commit ea000fe0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ jobs:
docker:
- image: circleci/node:latest
environment:
HUGO_VERSION: "0.56.3"
HUGO_VERSION: "0.59.1"
S3DEPLOY_VERSION: "2.3.2"
steps:
- checkout