diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c45ae33..f403819 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -23,9 +23,6 @@ jobs: - name: install htmlize 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 - - name: make run: make -C src/ doc