branch: externals/org-transclusion
commit 9a5503752620b86b86cf23d161b6429ffc0250f9
Author: Noboru Ota <[email protected]>
Commit: GitHub <[email protected]>
Create gh-docs.yml
---
.github/workflows/gh-docs.yml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/.github/workflows/gh-docs.yml b/.github/workflows/gh-docs.yml
new file mode 100644
index 0000000000..9a470dfe05
--- /dev/null
+++ b/.github/workflows/gh-docs.yml
@@ -0,0 +1,21 @@
+name: Makefile CI
+
+on:
+ push:
+ branches: [ main ]
+ pull_request:
+ branches: [ main ]
+
+jobs:
+ build:
+
+ runs-on: ubuntu-latest
+
+ steps:
+ - uses: actions/checkout@v2
+
+ - name: Install texinfo
+ run: sudo apt-get install texinfo
+
+ - name: Run make gh-html
+ run: make gh-html