Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Aug 17, 2023
1 parent 03c9933 commit f7a08cb
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: 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
run: cp -r _opam/.opam-switch/build/melange.dev/_build/default/_doc/_html docs
- name: Check Reason syntax
Expand Down

0 comments on commit f7a08cb

Please sign in to comment.