branch: externals/org-transclusion
commit d2d0a66f50389003a4914c4fba1031e5bb65e9e2
Author: Noboru Ota <[email protected]>
Commit: Noboru Ota <[email protected]>

    docs: gh action yml
---
 .github/workflows/gh-docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/gh-docs.yml b/.github/workflows/gh-docs.yml
index c4e35b8849..1b4bb2e38b 100644
--- a/.github/workflows/gh-docs.yml
+++ b/.github/workflows/gh-docs.yml
@@ -14,8 +14,8 @@ jobs:
     steps:
     - uses: actions/checkout@v2
     
-    - name: Install texinfo
-      run: sudo apt-get install texinfo
+    - name: Install dependencies
+      run: sudo apt-get install emacs texinfo
       
     - name: Run docs/make gh-html
       run: |

Reply via email to