Skip to content

Commit

Permalink
Fix doxygen output directory [APIDeploy][DMDeploy][TGSDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Jul 31, 2020
1 parent 8be291f commit f323fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-suite.yml
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Patch Doxyfile
run: |
VERSION=$(cat "build/Version.props" | grep -oPm1 "(?<=<TgsCoreVersion>)[^<]+")
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'
Expand Down

0 comments on commit f323fbf

Please sign in to comment.