Skip to content

Commit 5198223

Browse files
committed
⚗️ 🔧 ci: Use verbose HTML-Proofer error messages in logs
This commit updates the CircleCI Hugo orb to v1.3.0. This change incorporates changes I made upstream in the Hugo orb so HTML-Proofer will print verbose error messages if there is a failure. Currently, error messages are suppressed in the CircleCI logs and this makes debugging difficult. Additionally, the `asciidoc` binary is now included in the container image used in this build, so specifying the Asciidoc parameter in the CircleCI config is no longer necessary. Related GitHub Pull Requests: * CircleCI-Public/hugo-orb#47 * CircleCI-Public/hugo-orb#48 * CircleCI-Public/hugo-orb#50 Signed-off-by: Justin W. Flory (he/him) [UNICEF Innovation] <[email protected]>
1 parent 77326bb commit 5198223

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

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

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

88
workflows:
99
main:
1010
jobs:
1111
- hugo/build:
12-
asciidoc: true
1312
html-proofer: true
1413
htmlproofer-http-status-ignore: "'0,999'"
1514
htmlproofer-url-ignore: "'/design/'"

0 commit comments

Comments
 (0)