Skip to content

Commit

Permalink
Update Hugo to v0.51. (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Nov 8, 2018
1 parent 3ee28c0 commit 63177f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: 2.1
jobs:
build:
docker:
- image: cibuilds/hugo:0.50
- image: cibuilds/hugo:0.51
steps:
- checkout
- run:
Expand All @@ -31,7 +31,7 @@ jobs:

deploy:
docker:
- image: cibuilds/hugo:0.50
- image: cibuilds/hugo:0.51
steps:
- attach_workspace:
at: src
Expand Down

0 comments on commit 63177f1

Please sign in to comment.