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/