UDPConnection/.forgejo/workflows/doxygen.yaml
Stephen Seo 7227895240
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
Add Forgejo workflow for doxygen docs
2023-12-19 12:52:44 +09:00

14 lines
349 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: cp -r UDPC/doxygen_out/html/* /srv/http/udpc_docs/