Skip to content

Commit

Permalink
Update CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGleave committed Mar 14, 2022
1 parent 2ca61d5 commit 8e654b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
orbs:
hugo: circleci/hugo@0.6.0
hugo: circleci/hugo@1.3.0
version: 2.1

executors:
cibuilds:
docker:
- image: cibuilds/hugo:0.72
- image: cibuilds/hugo:0.91.2

jobs:
# Taken from https://circleci.com/orbs/registry/orb/circleci/hugo
Expand All @@ -32,4 +32,4 @@ jobs:
workflows:
main:
jobs:
- buildandtest
- buildandtest

0 comments on commit 8e654b9

Please sign in to comment.