mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-12-23 04:44:03 +01:00
Add publication of documentation on gh-pages
This commit is contained in:
parent
dbe5397653
commit
945d391f63
11
.github/workflows/test-build.yml
vendored
11
.github/workflows/test-build.yml
vendored
@ -13,12 +13,22 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
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: build docs
|
- name: build docs
|
||||||
run: make -C src/ doc
|
run: make -C src/ doc
|
||||||
|
|
||||||
|
- name: GitHub Pages Deploy
|
||||||
|
uses: appleboy/gh-pages-action@v0.0.2
|
||||||
|
|
||||||
|
- name: checkout
|
||||||
|
uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: deploy docs
|
- name: deploy docs
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
@ -26,6 +36,7 @@ jobs:
|
|||||||
password: 7da28e533792db220a4811fc4e487b8ba817862f
|
password: 7da28e533792db220a4811fc4e487b8ba817862f
|
||||||
remote_url: https://github.com/appleboy/gh-pages-action.git
|
remote_url: https://github.com/appleboy/gh-pages-action.git
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user