Merge branch 'master' into FixPRCodeQL

This commit is contained in:
Jordan Dominion
2023-06-07 08:04:38 -04:00
committed by GitHub
11 changed files with 51 additions and 29 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ jobs:
doxyfile-path: 'docs/Doxyfile'
- name: gh-pages push
if: github.event_name == 'push' && github.event.ref == 'refs/heads/dev'
if: github.event_name == 'push' && github.event.ref == 'refs/heads/dev' && env.TGS_RELEASE_NOTES_TOKEN != ''
run: |
git clone -b gh-pages --single-branch "https://git@github.com/tgstation/tgstation-server" $HOME/tgsdox
pushd $HOME/tgsdox