Stephen Seo
a0100b1ed9
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
13 lines
361 B
YAML
13 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/
|