]> jfr.im git - irc/freenode/solanum.git/commitdiff
Oper-guide workflow for Github Actions
authorDoug Freed <redacted>
Sat, 12 Dec 2020 08:39:26 +0000 (03:39 -0500)
committerDoug Freed <redacted>
Mon, 14 Dec 2020 10:28:27 +0000 (05:28 -0500)
.github/workflows/docs.yaml [new file with mode: 0644]

diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
new file mode 100644 (file)
index 0000000..b51a68f
--- /dev/null
@@ -0,0 +1,29 @@
+name: Oper Guide
+
+on:
+  push:
+    branches:
+      - main
+    paths:
+      - 'doc/oper-guide/**'
+  pull_request:
+    branches:
+      - main
+    paths:
+      - 'doc/oper-guide/**'
+      
+jobs:
+  build:
+    runs-on: ubuntu-18.04
+
+    steps:
+      - name: Install dependencies
+        run: |
+          apt-get update
+          apt-get install -y --no-install-recommends \
+            python-sphinx \
+            texinfo \
+            # EOF
+      - uses: actions/checkout@v2
+      - name: Build
+        run: make -C doc/oper-guide html man info