Compare commits
8 commits
3556353657
...
f28b1cb9f1
Author | SHA1 | Date | |
---|---|---|---|
f28b1cb9f1 | |||
e7a1fd18cc | |||
748203630f | |||
12cc16d194 | |||
bc55264b6d | |||
cb9d42e301 | |||
a0100b1ed9 | |||
7227895240 |
2 changed files with 15 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: rsync -rt --delete UDPC/doxygen_out/html/ /srv/http/udpc_docs/
|
|
@ -45,6 +45,8 @@ The source of `NetworkTest` can be found in `src/test/UDPC_NetworkTest.c`.
|
|||
|
||||
[See the gh-pages generated Doxygen documentation here.](https://stephen-seo.github.io/UDPConnection/)
|
||||
|
||||
[Alternatively, see the generated Doxygen documentation on my website.](https://seodisparate.com/udpc_docs)
|
||||
|
||||
## Compiling
|
||||
|
||||
### Release builds
|
||||
|
|
Loading…
Reference in a new issue