Skip to content

Commit

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

- name: Build doc
run: |
opam exec -- dune build @doc --verbose
odc --version
opam exec -- dune build @doc --verbose 2>&1
ls _build/default/_doc/_html/owl/Owl_dense_matrix
cp docs/*.js _build/default/_doc/_html/
cp docs/*.css _build/default/_doc/_html/
Expand Down

0 comments on commit 12b2c5f

Please sign in to comment.