Skip to content

Commit 34cfbd7

Browse files
committed
fix: use book doctype when generating demos
1 parent 437c3f6 commit 34cfbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ jobs:
360360
mkdir -p "demos/boost-url/$variant/$format"
361361
mrdocs --config="$(pwd)/boost/libs/url/mrdocs.yml" "$(pwd)/boost/libs/url/__build__/compile_commands.json" --output="$(pwd)/demos/boost-url/$variant/$format"
362362
done
363-
asciidoctor -R "$(pwd)/demos/boost-url/$variant/adoc" -D "$(pwd)/demos/boost-url/$variant/adoc-asciidoc" "$(pwd)/demos/boost-url/$variant/adoc/**/*.adoc"
363+
asciidoctor -d book -R "$(pwd)/demos/boost-url/$variant/adoc" -D "$(pwd)/demos/boost-url/$variant/adoc-asciidoc" "$(pwd)/demos/boost-url/$variant/adoc/**/*.adoc"
364364
done
365365
tar -cjf $(pwd)/demos.tar.gz -C $(pwd)/demos --strip-components 1 .
366366
echo "demos_path=$(pwd)/demos.tar.gz" >> $GITHUB_ENV

0 commit comments

Comments
 (0)