Add Forgejo workflow for doxygen docs
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s
This commit is contained in:
parent
611287b377
commit
7227895240
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/doxygen.yaml
Normal file
13
.forgejo/workflows/doxygen.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
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/
|
Loading…
Reference in a new issue