Compare commits
5 commits
f28b1cb9f1
...
3556353657
Author | SHA1 | Date | |
---|---|---|---|
3556353657 | |||
72fe012a43 | |||
71b56303b7 | |||
749f299e28 | |||
9b323eff55 |
2 changed files with 0 additions and 15 deletions
|
@ -1,13 +0,0 @@
|
|||
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,8 +45,6 @@ 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