Skip to content

Commit

Permalink
ci: use ocaml 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Oct 3, 2023
1 parent 3102de7 commit a2a6312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
dune-cache: true
ocaml-compiler: "5.x"
ocaml-compiler: "5.1"

- run: opam install . --deps-only --with-test --with-doc
shell: bash
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: '_build/default/_doc/_html'
path: './_build/default/_doc/_html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit a2a6312

Please sign in to comment.