Skip to content

Commit

Permalink
CI: use odoc, not odig
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 19, 2024
1 parent c78313f commit ecf51ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
dune-cache: true

- 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
run: opam exec -- odig odoc --cache-dir=_doc/ trace trace-tef trace-fuchsia ppx_trace
run: opam exec -- dune build @doc

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_doc/html
publish_dir: ./_build/default/_doc/_html/
destination_dir: .
enable_jekyll: true

0 comments on commit ecf51ce

Please sign in to comment.