Skip to content

Commit

Permalink
chore: try to fix docgen in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 12, 2024
1 parent 75d2b74 commit 83d2c24
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 @@ -19,9 +19,9 @@ jobs:
dune-cache: true
allow-prerelease-opam: true

- run: opam pin imandrakit imandrakit-thread --dev -y -n
- run: opam install odig imandrakit imandrakit-thread
- run: opam exec -- odig odoc --cache-dir=_doc/ imandrakit imandrakit-thread
- run: opam pin . -y -n
- run: opam install odig imandrakit imandrakit-thread imandrakit-io imandrakit-log
- run: opam exec -- odig odoc --cache-dir=_doc/ imandrakit imandrakit-thread imandrakit-io imandrakit-log

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 83d2c24

Please sign in to comment.