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

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

[elpa] externals/org-transclusion 7e69cde309 4/5: doc: yaml again


From: ELPA Syncer
Subject: [elpa] externals/org-transclusion 7e69cde309 4/5: doc: yaml again
Date: Wed, 29 Dec 2021 17:57:43 -0500 (EST)

branch: externals/org-transclusion
commit 7e69cde3097a563455a35f628b8d3f156e17b4e8
Author: Noboru Ota <me@nobiot.com>
Commit: Noboru Ota <me@nobiot.com>

    doc: yaml again
---
 .github/workflows/gh-docs.yml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/gh-docs.yml b/.github/workflows/gh-docs.yml
index 1b4bb2e38b..d79f577f39 100644
--- a/.github/workflows/gh-docs.yml
+++ b/.github/workflows/gh-docs.yml
@@ -10,12 +10,19 @@ jobs:
   build:
 
     runs-on: ubuntu-latest
+    
+    continue-on-error: false
 
     steps:
+    
     - uses: actions/checkout@v2
+
+    - uses: purcell/setup-emacs@master
+      with:
+        version: '27.2'
     
     - name: Install dependencies
-      run: sudo apt-get install emacs texinfo
+      run: sudo apt-get install texinfo
       
     - name: Run docs/make gh-html
       run: |



reply via email to

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