explicitly set hugo 0.55.1 in circleci/config.yml

pull/162/head
Scott Anderson 2019-04-16 10:07:37 -06:00
parent 2fc6cf7701
commit 6ad5714b49
1 changed files with 1 additions and 1 deletions

View File

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