mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
CI: fix gh-page
odig need the package to be installed to compile the documentations
This commit is contained in:
parent
1d08a05c44
commit
53f2ffca9f
1 changed files with 1 additions and 3 deletions
4
.github/workflows/gh-pages.yml
vendored
4
.github/workflows/gh-pages.yml
vendored
|
|
@ -19,9 +19,7 @@ jobs:
|
||||||
dune-cache: false
|
dune-cache: false
|
||||||
|
|
||||||
- name: Deps
|
- name: Deps
|
||||||
run: |
|
run: opam install odig containers containers-data containers-thread
|
||||||
opam install -d . --deps-only;
|
|
||||||
opam install odig
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: opam exec -- odig odoc --cache-dir=_doc/ containers containers-data containers-thread
|
run: opam exec -- odig odoc --cache-dir=_doc/ containers containers-data containers-thread
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue