Skip to content

Commit

Permalink
Fix CircleCI (#4)
Browse files Browse the repository at this point in the history
* Update CircleCI config

* Downgrade orb to workaround CircleCI-Public/hugo-orb#51
  • Loading branch information
AdamGleave authored Mar 14, 2022
1 parent 2ca61d5 commit 15d4812
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.2.2
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 15d4812

Please sign in to comment.