UDPConnection/.forgejo/workflows/doxygen.yaml
Stephen Seo ad0e62f718
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
Fixes to .forgejo/workflows/doxygen.yaml
2023-12-19 16:44:18 +09:00

15 lines
433 B
YAML

name: Publish doxygen documentation to seodisparate.com
on:
push:
branches:
- 'master'
jobs:
doxygen-gen-and-publish:
runs-on: archLinux
steps:
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
- run: cd UDPC && git checkout master
- run: cd UDPC && doxygen
- run: rsync -r --delete UDPC/doxygen_out/html/ /srv/http/udpc_docs/