1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-30 00:44:52 +02:00

Debug web site

This commit is contained in:
Anthony Scemama 2021-03-06 20:14:26 +01:00
parent 02163ce52c
commit e318c6e56e

View File

@ -24,7 +24,13 @@ jobs:
run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el docs/
- name: make
run: make -C src/ doc && ls docs/
run: make -C src/ doc && ls -sh ./docs/
- name: pwd
run: pwd
- name: ls
run: ls -sh ./docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3