From 3635ce21a4276e2177d1c6db9dcf701427eec311 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Tue, 28 Jul 2020 14:55:13 -0400 Subject: [PATCH] Fix doxygen build --- .github/workflows/ci-suite.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 3447eccc88..b58dfc85ca 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -80,6 +80,10 @@ jobs: VERSION=$(cat "build/Version.props" | grep -oPm1 "(?<=)[^<]+") echo -e "\nPROJECT_NUMBER = $VERSION\nINPUT = .\nOUTPUT_DIRECTORY = $DOXDIR\nPROJECT_LOGO = ./build/tgs.ico\nHAVE_DOT=YES" >> "docs/Doxyfile" + - name: Create DOXDIR + if: github.event_name != 'push' || github.ref != 'dev' + run: mkdir -p $DOXDIR + - name: Prep gh-pages Repository if: github.event_name == 'push' && github.ref == 'dev' run: |