CI: skip Doxygen builds on forks

This commit is contained in:
Ilya Shipitsin
2023-06-06 23:19:10 +02:00
parent 5824ccc1f5
commit ff62258507
+1 -1
View File
@@ -184,7 +184,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