mirror of
https://github.com/c-cube/nanoev.git
synced 2025-12-06 11:15:48 -05:00
CI
This commit is contained in:
parent
41ede7fb33
commit
d5f25ddf6f
1 changed files with 3 additions and 2 deletions
5
.github/workflows/gh-pages.yml
vendored
5
.github/workflows/gh-pages.yml
vendored
|
|
@ -22,9 +22,10 @@ jobs:
|
||||||
# temporary until it's in a release
|
# temporary until it's in a release
|
||||||
- run: opam pin picos 0.6.0 -y -n
|
- run: opam pin picos 0.6.0 -y -n
|
||||||
|
|
||||||
- run: opam install picos moonpool trace
|
- run: opam install odig moonpool trace
|
||||||
|
- run: opam install . --deps-only
|
||||||
|
|
||||||
- run: opam exec -- odig odoc --cache-dir=_doc/ nanoev
|
- run: opam exec -- odig odoc --cache-dir=_doc/ nanoev nanoev-picos nanoev-posix nanoev_tiny_httpd
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue