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/