2023-12-19 03:49:56 +00:00
|
|
|
name: Publish doxygen documentation to seodisparate.com
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- 'master'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
doxygen-gen-and-publish:
|
|
|
|
runs-on: archLinux
|
|
|
|
steps:
|
2023-12-19 07:44:02 +00:00
|
|
|
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
|
|
|
|
- run: cd UDPC && git checkout master
|
2023-12-19 03:49:56 +00:00
|
|
|
- run: cd UDPC && doxygen
|
2023-12-19 07:44:02 +00:00
|
|
|
- run: rsync -r --delete UDPC/doxygen_out/html/ /srv/http/udpc_docs/
|