mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2025-01-03 10:06:09 +01:00
Add publication of documentation on gh-pages
This commit is contained in:
parent
3aaaabfad3
commit
7df788b42a
7
.github/workflows/test-build.yml
vendored
7
.github/workflows/test-build.yml
vendored
@ -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
0
docs/.gitignore
vendored
Normal 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user