We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5520735 commit f313361Copy full SHA for f313361
.github/workflows/gh-pages.yml
@@ -24,15 +24,12 @@ jobs:
24
25
- name: Pin
26
run: opam pin -n .
27
- if: steps.cache-opam.outputs.cache-hit != 'true'
28
29
- name: Depext
30
run: opam depext -yt containers containers-data containers-thread
31
32
33
- name: Deps
34
run: opam install -d . --deps-only
35
36
37
- name: Build
38
run: opam exec -- dune build @doc
0 commit comments