Skip to content

Commit fa54f2e

Browse files
authored
chore: ccutil to use the article doctype (redhat-developer#763)
Signed-off-by: Fabrice Flore-Thébault <[email protected]>
1 parent 6631345 commit fa54f2e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

artifacts/attributes.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
:red-hat-developers-documentation:
22
:imagesdir:
33
:idseparator: -
4-
:doctype: article
54

65
// Company names
76
:company-name: Red Hat

build/scripts/build-ccutil.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for t in $(find titles -name master.adoc | sort -uV | grep -E -v "${EXCLUDED_TIT
3636
CMD="podman run --interactive --rm --tty \
3737
--volume "$(pwd)":/docs:Z \
3838
--workdir "/docs/$d" \
39-
quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US";
39+
quay.io/ivanhorvath/ccutil:amazing ccutil compile --format html-single --lang en-US --doctype article";
4040
echo -e -n "\nBuilding $t into $dest ...\n ";
4141
echo "${CMD}" | sed -r -e "s/\ +/ \\\\\n /g"
4242
$CMD

0 commit comments

Comments
 (0)