Skip to content

Commit

Permalink
i hate yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-87 committed Aug 30, 2023
1 parent baab91f commit d14b89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
with:
ocaml-compiler: 5.x.x
- run: opam install . --deps-only
- run: opam install odoc
- run: opam exec -- dune build @doc
- run: mkdir docs/ocaml
- run: cp -r _build/default/_doc/_html/ docs/ocaml
Expand Down
8 changes: 1 addition & 7 deletions lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
(library
(name khasmc)
(public_name khasmc)
(libraries
fmt
batteries
ppx_deriving
yojson
ppx_deriving_yojson.runtime
fileutils)
(libraries fmt batteries ppx_deriving fileutils)
(inline_tests)
(preprocess
(pps ppx_deriving.show ppx_deriving.make ppx_deriving.eq ppx_inline_test))
Expand Down

0 comments on commit d14b89a

Please sign in to comment.