emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org-transclusion 9a55037526 1/5: Create gh-docs.yml


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 9a55037526 1/5: Create gh-docs.yml
Date: Wed, 29 Dec 2021 17:57:43 -0500 (EST)

branch: externals/org-transclusion
commit 9a5503752620b86b86cf23d161b6429ffc0250f9
Author: Noboru Ota <me@nobiot.com>
Commit: GitHub <noreply@github.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]