mirror of https://github.com/CGAL/cgal
disable postprocessing to debug issue
This commit is contained in:
parent
164642ef17
commit
9e9cbb5725
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue