mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 07:27:18 +01:00
Fix doxygen build
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user