disable postprocessing to debug issue

This commit is contained in:
Sébastien Loriot 2022-07-15 13:35:34 +02:00
parent 164642ef17
commit 9e9cbb5725
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ jobs:
exit 1
fi
cd build_doc && make -j2 doc
make -j2 doc_with_postprocessing 2>tmp.log
make -j2 doc 2>tmp.log
if [ -s tmp.log ]; then
content=`cat ./tmp.log`
echo "::set-output name=DoxygenError::$(cat tmp.log)"