Skip to content

Commit f7e4cad

Browse files
committed
build.sh: change Doxygen command to doc-ci
1 parent 931a413 commit f7e4cad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ main() {
278278
# Only build Doxygen documentation if the build job was successful
279279
if [ ${build_test_res} -eq 0 ]; then
280280
echo "-- Building Doxygen documentation"
281-
chronic make -C ${repo_dir} doc --no-print-directory
281+
chronic make -C ${repo_dir} doc-ci --no-print-directory
282282
cp -R ${repo_dir}/doc/doxygen/html ./doc-preview
283283
fi
284284

0 commit comments

Comments
 (0)