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

testing workflow

This commit is contained in:
Anthony Scemama 2021-03-06 19:56:36 +01:00
parent 09a862aa2b
commit 479a068199
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -x
INPUT=merged.org
if [[ -z $QMCKL_ROOT ]]
then