From: Stephen Seo Date: Tue, 19 Dec 2023 07:44:02 +0000 (+0900) Subject: Fixes to .forgejo/workflows/doxygen.yaml X-Git-Tag: 1.0~27 X-Git-Url: https://git.seodisparate.com/stephenseo/server_config?a=commitdiff_plain;h=ad0e62f718d573d1372f307dbc2b6cc234c94112;p=UDPConnection Fixes to .forgejo/workflows/doxygen.yaml --- 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/