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: |