Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 7, 2024
1 parent 89e3fb9 commit 3f09c17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 5.0
ocaml-compiler: 5.1.x
dune-cache: true
allow-prerelease-opam: true

- name: Deploy odoc to GitHub Pages
uses: ocaml/setup-ocaml/deploy-doc@v2
Expand Down

0 comments on commit 3f09c17

Please sign in to comment.