mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
try to fix CI for gh-pages
This commit is contained in:
parent
5520735a77
commit
f313361df7
1 changed files with 0 additions and 3 deletions
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
|
|
@ -24,15 +24,12 @@ jobs:
|
||||||
|
|
||||||
- name: Pin
|
- name: Pin
|
||||||
run: opam pin -n .
|
run: opam pin -n .
|
||||||
if: steps.cache-opam.outputs.cache-hit != 'true'
|
|
||||||
|
|
||||||
- name: Depext
|
- name: Depext
|
||||||
run: opam depext -yt containers containers-data containers-thread
|
run: opam depext -yt containers containers-data containers-thread
|
||||||
if: steps.cache-opam.outputs.cache-hit != 'true'
|
|
||||||
|
|
||||||
- name: Deps
|
- name: Deps
|
||||||
run: opam install -d . --deps-only
|
run: opam install -d . --deps-only
|
||||||
if: steps.cache-opam.outputs.cache-hit != 'true'
|
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: opam exec -- dune build @doc
|
run: opam exec -- dune build @doc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue