From: Stephen Seo Date: Tue, 19 Dec 2023 03:54:52 +0000 (+0900) Subject: Use rsync setting up seodisparate doxygen docs X-Git-Tag: 1.0~29 X-Git-Url: https://git.seodisparate.com/stephenseo/static/annotated.html?a=commitdiff_plain;h=a0100b1ed9994bd4eb573b1be8637c1fe08e3602;p=UDPConnection Use rsync setting up seodisparate doxygen docs --- diff --git a/.forgejo/workflows/doxygen.yaml b/.forgejo/workflows/doxygen.yaml index 71a1b4d..4d97a6b 100644 --- a/.forgejo/workflows/doxygen.yaml +++ b/.forgejo/workflows/doxygen.yaml @@ -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/