Skip to content

Commit

Permalink
Need odoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
smimram committed Jun 15, 2024
1 parent f5dffc2 commit d95535a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- dune runtest
- run: opam exec -- dune build @doc
- name: Build doc
run: |
opam install odoc
opam exec -- dune build @doc
- name: Upload website artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit d95535a

Please sign in to comment.