From f323fbfb82dc2dbd26f2c5dbfe0e198402fef1b2 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 30 Jul 2020 22:58:41 -0400 Subject: [PATCH] Fix doxygen output directory [APIDeploy][DMDeploy][TGSDeploy] --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index ab5cacce82..e631f6c4cf 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -76,7 +76,7 @@ jobs: - name: Patch Doxyfile run: | 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" + echo -e "\nPROJECT_NUMBER = $VERSION\nINPUT = .\nOUTPUT_DIRECTORY = $HOME/tgsdox\nPROJECT_LOGO = ./build/tgs.ico\nHAVE_DOT=YES" >> "docs/Doxyfile" - name: Create DOXDIR if: github.event_name != 'push' || github.event.ref != 'refs/heads/dev'