1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-18 00:43:51 +02:00

Fix GH workflow

This commit is contained in:
Anthony Scemama 2020-11-07 16:13:58 +01:00
parent f10b633679
commit 22e0936a63

View File

@ -23,9 +23,6 @@ jobs:
- name: install htmlize - 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
- name: make - name: make
run: make -C src/ doc run: make -C src/ doc