From f10b6336793f789308a0a999a24994c3ae166742 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 7 Nov 2020 16:12:47 +0100 Subject: [PATCH] Fix GH workflow --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 911bef1..c45ae33 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,10 +21,10 @@ jobs: run: sudo apt-get install emacs26 - name: install htmlize - run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el src/ + run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el src/ - name: install htmlize - run: git clone https://github.com/hniksic/emacs-htmlize + run: git clone https://github.com/hniksic/emacs-htmlize - name: make run: make -C src/ doc