Fixes to .forgejo/workflows/doxygen.yaml
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 1s
This commit is contained in:
parent
cb9d42e301
commit
ad0e62f718
1 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,7 @@ jobs:
|
|||
doxygen-gen-and-publish:
|
||||
runs-on: archLinux
|
||||
steps:
|
||||
- run: git clone https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
|
||||
- run: git clone --depth=1 --no-single-branch https://git.seodisparate.com/stephenseo/UDPConnection.git UDPC
|
||||
- run: cd UDPC && git checkout master
|
||||
- run: cd UDPC && doxygen
|
||||
- run: rsync -rt --delete UDPC/doxygen_out/html/ /srv/http/udpc_docs/
|
||||
- run: rsync -r --delete UDPC/doxygen_out/html/ /srv/http/udpc_docs/
|
||||
|
|
Loading…
Reference in a new issue