Skip to content

Commit

Permalink
Merge pull request #53 from lefessan/z-2022-12-27-fix-github-action
Browse files Browse the repository at this point in the history
Tentative fix doc-deploy
  • Loading branch information
lefessan authored Dec 27, 2022
2 parents bff8743 + 6902f6c commit f0476a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: cache-opam
with:
path: ~/.opam
key: v1-Linux-opam-bin-4.10.0-${{ hashFiles('*.opam') }}
key: v1-Linux-opam-bin-4.10.0-${{ hashFiles('opam/*.opam') }}
- name: setup-ocaml
uses: avsm/setup-ocaml@v1
with:
Expand All @@ -33,7 +33,7 @@ jobs:
- run: opam pin add . -y --no-action
- run: opam depext -y opam-bin opam_bin_lib
if: steps.cache-opam.outputs.cache-hit != 'true'
- run: opam install -y ./*.opam --deps-only --with-test
- run: opam install -y opam/*.opam --deps-only --with-test
if: steps.cache-opam.outputs.cache-hit != 'true'
- run: opam upgrade --fixup
if: steps.cache-opam.outputs.cache-hit == 'true'
Expand Down

0 comments on commit f0476a3

Please sign in to comment.