Skip to content

Commit 3fdb7c4

Browse files
committed
🐛 ⚗️ ci: Downgrade CircleCI Hugo Orb to v1.2.2
I accidentally committed the change with the CircleCI Orb for Hugo at version 1.3.0. However, this version is broken and will not complete successfully in the pipeline (see CircleCI-Public/hugo-orb#51). This commit gets the CI pipeline to run successfully again. Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <[email protected]>
1 parent 6bb58b6 commit 3fdb7c4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
version: 2.1
44

55
orbs:
6-
hugo: circleci/hugo@1.3.0
6+
hugo: circleci/hugo@1.2.2
77

88
workflows:
99
main:
1010
jobs:
1111
- hugo/build:
12+
asciidoc: true
1213
html-proofer: true
1314
htmlproofer-http-status-ignore: "'0,999'"
1415
htmlproofer-url-ignore: "'/coach/'"

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Coach
22
=====
33

44
[![License: CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa-legal]
5+
[![CircleCI](https://circleci.com/gh/unicef/coach/tree/main.svg?style=shield)](https://circleci.com/gh/unicef/coach/tree/main)
56

67
Web application to measure and track progress in achieving the [DPG Standard][1] across [UNICEF Venture Fund][2] portfolio companies.
78
Exports PDF reports.

0 commit comments

Comments
 (0)