From 8a53306a6332840a4f38e0a80747526a11997ee4 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 7 Nov 2020 16:17:37 +0100 Subject: [PATCH] Fix GH workflow --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index f403819..45b9ebe 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -21,7 +21,7 @@ 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 docs/ - name: make run: make -C src/ doc