Skip to content

Commit

Permalink
Don't build documentation in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Feb 2, 2024
1 parent d373505 commit b5c69c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
allow-prerelease-opam: true
- run: opam pin -n .
- run: opam depext -yt printbox printbox-html printbox-md printbox-text
- run: opam install -t . --deps-only
- run: opam exec -- dune build @all
- run: opam install . --deps-only --with-test
# Don't run all targets -- don't try building and uploading documentation.
- run: opam exec -- dune build
- run: opam exec -- dune runtest

0 comments on commit b5c69c2

Please sign in to comment.