Skip to content

Commit

Permalink
Fix deploy-doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leviroth committed Aug 26, 2023
1 parent e98bf37 commit a431ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Use OCaml 4.13.x
- name: Use OCaml 4.14.x
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: 4.13.x
ocaml-compiler: 4.14.x
dune-cache: true

- name: Deploy odoc to GitHub Pages
Expand Down

0 comments on commit a431ddc

Please sign in to comment.