File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -450,15 +450,7 @@ jobs:
450
450
for variant in single multi; do
451
451
for generator in "${generators[@]}"; do
452
452
[[ $variant = multi ]] && multipage="true" || multipage="false"
453
- # Override with cmd line option
454
- mrdocs \
455
- --config="$(pwd)/boost/libs/url/doc/mrdocs.yml" \
456
- "../CMakeLists.txt" \
457
- --output="$(pwd)/demos/boost-url/$variant/$generator" \
458
- --multipage=$multipage \
459
- --generate="$$generator"
460
-
461
- # Print number of files (recursive) in the output directory
453
+ mrdocs --config="$(pwd)/boost/libs/url/doc/mrdocs.yml" "../CMakeLists.txt" --output="$(pwd)/demos/boost-url/$variant/$generator" --multipage=$multipage --generate="$generator"
462
454
echo "Number of files in demos/boost-url/$variant/$format: $(find demos/boost-url/$variant/$format -type f | wc -l)"
463
455
done
464
456
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"
@@ -613,7 +605,7 @@ jobs:
613
605
- name : Check info nodes
614
606
run : |
615
607
set -x
616
- chmod +x .github/check_info_nodes .sh
608
+ chmod +x .github/check_info_nodes_support .sh
617
609
.github/check_info_nodes_support.sh
618
610
619
611
- name : Create GitHub Package Release
You can’t perform that action at this time.
0 commit comments