Skip to content

Commit

Permalink
debugging doc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 8, 2024
1 parent c4b8e9e commit 71137bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:

- name: Build doc
run: |
opam exec -- dune build @doc
opam exec -- dune build @doc --verbose
ls _build/default/_doc/_html/owl/Owl_dense_matrix
cp docs/*.js _build/default/_doc/_html/
cp docs/*.css _build/default/_doc/_html/
# cat docs/mathjax.js docs/highlight.pack.js >> _build/default/_doc/_html/highlight.pack.js

- name: inspect
run: |
ls _build/default/_doc/_html/owl/Owl
ls _build/default/_doc/_html/owl/
ls _build/default/_doc/_html/
- name: Deploy
Expand Down

0 comments on commit 71137bb

Please sign in to comment.