]> git.seodisparate.com - UDPConnection/commitdiff
Fixes to .forgejo/workflows/doxygen.yaml
authorStephen Seo <seo.disparate@gmail.com>
Tue, 19 Dec 2023 07:44:02 +0000 (16:44 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 19 Dec 2023 07:44:18 +0000 (16:44 +0900)
.forgejo/workflows/doxygen.yaml

index 4d97a6b873059727c16a8b57796a2624e7099c14..9cb44826383731164a7f2dda7f731e3ab3411819 100644 (file)
@@ -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/