Fix doxygen build

This commit is contained in:
Jordan Brown
2020-07-28 14:55:13 -04:00
parent 9cb181a8ab
commit 3635ce21a4
+4
View File
@@ -80,6 +80,10 @@ jobs:
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"
- 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: |