Use rsync setting up seodisparate doxygen docs
All checks were successful
Publish doxygen documentation to seodisparate.com / doxygen-gen-and-publish (push) Successful in 0s

This commit is contained in:
Stephen Seo 2023-12-19 12:54:52 +09:00
parent 7227895240
commit a0100b1ed9

View file

@ -10,4 +10,4 @@ jobs:
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/
- run: rsync -rt --delete UDPC/doxygen_out/html/ /srv/http/udpc_docs/