Skip to content

Commit

Permalink
try to fix CI for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
FardaleM committed Jan 26, 2021
1 parent 5520735 commit f313361
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ jobs:

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

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

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

- name: Build
run: opam exec -- dune build @doc
Expand Down

0 comments on commit f313361

Please sign in to comment.