From ecb4f004dcf6bd68c99dae15de9df028b8deea2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 15 Jul 2022 13:45:58 +0200 Subject: [PATCH] Revert "disable postprocessing to debug issue" This reverts commit 9e9cbb572521e09a112bb1f778de303518fc814c. --- .github/workflows/build_doc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_doc.yml b/.github/workflows/build_doc.yml index 48bc59d7ff7..9e65a357fca 100644 --- a/.github/workflows/build_doc.yml +++ b/.github/workflows/build_doc.yml @@ -87,7 +87,7 @@ jobs: exit 1 fi cd build_doc && make -j2 doc - make -j2 doc 2>tmp.log + make -j2 doc_with_postprocessing 2>tmp.log if [ -s tmp.log ]; then content=`cat ./tmp.log` echo "::set-output name=DoxygenError::$(cat tmp.log)"