Skip to content

Commit

Permalink
gen melange docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 18, 2023
1 parent f7a08cb commit f3180fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
dune-cache: true
- name: Install all deps
run: make install
- name: Generate melange docs
run: opam reinstall -y melange --with-doc
- name: debug
run: ls -la _opam && ls -la _opam/.opam-switch && ls -la _opam/.opam-switch/build/ && ls -la _opam/.opam-switch/build/melange.dev && ls -la _opam/.opam-switch/build/melange.dev/_build && ls -la _opam/.opam-switch/build/melange.dev/_build/default && ls -la _opam/.opam-switch/build/melange.dev/_build/default/_doc && ls -la _opam/.opam-switch/build/melange.dev/_build/default/_doc/_html
- name: Copy melange docs
Expand Down

0 comments on commit f3180fd

Please sign in to comment.