Skip to content

Commit

Permalink
Fail spec creation if asciidoctor errors are encountered
Browse files Browse the repository at this point in the history
This would have enabled the CI to catch a markup issue introduced by #938.

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
Change-Id: I49de3eaf623117f7c29d1019dedf5b342766a029
  • Loading branch information
kpet committed Jul 10, 2024
1 parent 92c3de3 commit ae6d0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ ADOCCOMMONOPTS = -a apispec="$(CURDIR)/api" \
-a cspec="$(CURDIR)/c" \
-a images="$(CURDIR)/images" \
$(ATTRIBOPTS) $(NOTEOPTS) $(VERBOSE) $(ADOCEXTS)
ADOCOPTS = -d book $(ADOCCOMMONOPTS)
ADOCOPTS = --failure-level ERROR -d book $(ADOCCOMMONOPTS)

# Asciidoctor options to build refpages
#
Expand Down

0 comments on commit ae6d0b0

Please sign in to comment.