Skip to content

Commit

Permalink
Update mdbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-87 authored Aug 30, 2023
1 parent 8b20bb1 commit cbc3f9b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@ jobs:
- 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
- name: Build with mdBook
working-directory: docs/
run: |
ls -lah ../
pwd ../
ls -lah ../mdbin
../mdbin/mdbook build
- name: Add OCaml docs
- run: mkdir docs/book/ocaml
- run: cp -r _build/default/_doc/_html/ docs/book/ocaml
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit cbc3f9b

Please sign in to comment.