]> git.seodisparate.com - UDPConnection/commitdiff
Add Forgejo workflow for doxygen docs
authorStephen Seo <seo.disparate@gmail.com>
Tue, 19 Dec 2023 03:49:56 +0000 (12:49 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 19 Dec 2023 03:52:44 +0000 (12:52 +0900)
.forgejo/workflows/doxygen.yaml [new file with mode: 0644]

diff --git a/.forgejo/workflows/doxygen.yaml b/.forgejo/workflows/doxygen.yaml
new file mode 100644 (file)
index 0000000..71a1b4d
--- /dev/null
@@ -0,0 +1,13 @@
+name: Publish doxygen documentation to seodisparate.com
+on:
+  push:
+    branches:
+      - 'master'
+
+jobs:
+  doxygen-gen-and-publish:
+    runs-on: archLinux
+    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/