1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-22 10:47:45 +02:00

Add publication of documentation on gh-pages

This commit is contained in:
Anthony Scemama 2020-10-29 00:20:20 +01:00
parent 3aaaabfad3
commit 7df788b42a
3 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,13 @@ jobs:
run: sudo apt-get install emacs run: sudo apt-get install emacs
- name: make - name: make
run: make -C src/ run: make -C src/
- name: deploy docs
uses: ./
run: make -C src/ doc
with:
username: scemama
password: 7da28e533792db220a4811fc4e487b8ba817862f
remote_url: https://github.com/appleboy/gh-pages-action.git
test: test:

0
docs/.gitignore vendored Normal file
View File

View File

@ -14,6 +14,7 @@ for INPUT in $@ ; do
--eval "(find-file \"$INPUT\")" \ --eval "(find-file \"$INPUT\")" \
--eval "(org-html-export-to-html)" --eval "(org-html-export-to-html)"
done done
mv *.html ../docs
emacsclient \ emacsclient \
--no-wait \ --no-wait \