Skip to content

Commit

Permalink
⚗️ 🔧 ci: Use verbose HTML-Proofer error messages in logs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jwflory committed Mar 10, 2022
1 parent cb334db commit 83f9e60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
version: 2.1

orbs:
hugo: circleci/hugo@1.2.2
hugo: circleci/hugo@1.3.0

workflows:
main:
jobs:
- hugo/build:
asciidoc: true
html-proofer: true
htmlproofer-http-status-ignore: "'0,999'"
htmlproofer-url-ignore: "'/design/'"
Expand Down

0 comments on commit 83f9e60

Please sign in to comment.