mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
CI(chore): disable dune cache for the doc
This commit is contained in:
parent
a30e471a6f
commit
def8f242fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
uses: ocaml/setup-ocaml@v2
|
uses: ocaml/setup-ocaml@v2
|
||||||
with:
|
with:
|
||||||
ocaml-compiler: '4.14.x'
|
ocaml-compiler: '4.14.x'
|
||||||
dune-cache: true
|
dune-cache: false
|
||||||
|
|
||||||
- name: Pin
|
- name: Pin
|
||||||
run: opam pin -n .
|
run: opam pin -n .
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue