UDPConnection/.forgejo/workflows/doxygen.yaml
Stephen Seo a0100b1ed9
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
Use rsync setting up seodisparate doxygen docs
2023-12-19 12:54:52 +09:00

14 lines
361 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 https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
- run: cd UDPC && doxygen
- run: rsync -rt --delete UDPC/doxygen_out/html/ /srv/http/udpc_docs/