From ad0e62f718d573d1372f307dbc2b6cc234c94112 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 19 Dec 2023 16:44:02 +0900 Subject: [PATCH] Fixes to .forgejo/workflows/doxygen.yaml --- .forgejo/workflows/doxygen.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/doxygen.yaml b/.forgejo/workflows/doxygen.yaml index 4d97a6b..9cb4482 100644 --- a/.forgejo/workflows/doxygen.yaml +++ b/.forgejo/workflows/doxygen.yaml @@ -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/