mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -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
|
||||
|
||||
- name: Deps
|
||||
run: |
|
||||
opam install -d . --deps-only;
|
||||
opam install odig
|
||||
run: opam install odig containers containers-data containers-thread
|
||||
|
||||
- name: Build
|
||||
run: opam exec -- odig odoc --cache-dir=_doc/ containers containers-data containers-thread
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue