mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-07 18:37:56 -05:00
odoc again
This commit is contained in:
parent
7e087ffc54
commit
aa1b43be43
1 changed files with 3 additions and 3 deletions
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
|
|
@ -23,15 +23,15 @@ jobs:
|
||||||
- run: opam pin odoc 2.2.2 -y -n
|
- run: opam pin odoc 2.2.2 -y -n
|
||||||
# crash with 2.4, see https://github.com/ocaml/odoc/issues/1066
|
# crash with 2.4, see https://github.com/ocaml/odoc/issues/1066
|
||||||
- name: Deps
|
- name: Deps
|
||||||
run: opam install odig trace trace-tef trace-fuchsia ppx_trace
|
run: opam install trace trace-tef trace-fuchsia ppx_trace -d
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: opam exec -- odig odoc --cache-dir=_doc/ trace trace-tef trace-fuchsia ppx_trace
|
run: opam exec -- dune build @doc
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./_doc/html
|
publish_dir: ./_build/default/_doc/_html/
|
||||||
destination_dir: .
|
destination_dir: .
|
||||||
enable_jekyll: true
|
enable_jekyll: true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue