mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-22 12:23:56 +01:00
Debug web site
This commit is contained in:
parent
02163ce52c
commit
e318c6e56e
8
.github/workflows/gh-pages.yml
vendored
8
.github/workflows/gh-pages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user