Skip to content

Commit f313361

Browse files
committed
try to fix CI for gh-pages
1 parent 5520735 commit f313361

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,12 @@ jobs:
2424

2525
- name: Pin
2626
run: opam pin -n .
27-
if: steps.cache-opam.outputs.cache-hit != 'true'
2827

2928
- name: Depext
3029
run: opam depext -yt containers containers-data containers-thread
31-
if: steps.cache-opam.outputs.cache-hit != 'true'
3230

3331
- name: Deps
3432
run: opam install -d . --deps-only
35-
if: steps.cache-opam.outputs.cache-hit != 'true'
3633

3734
- name: Build
3835
run: opam exec -- dune build @doc

0 commit comments

Comments
 (0)