Skip to content

Commit

Permalink
editing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 8, 2024
1 parent 8b0f625 commit f2381ea
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,16 @@ jobs:
run: opam install ocaml-compiler-libs alcotest conf-openblas ctypes dune-configurator stdio npy odoc

- name: Build doc
run: |
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
run: opam exec -- dune build @doc --verbose

- name: inspect
run: |
ls _build/default/_doc/_html/owl/Owl
ls _build/default/_doc/_html/owl/Owl_dense_matrix
ls _build/default/_doc/_html/
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: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -52,7 +51,7 @@ jobs:
publish_dir: _build/default/_doc/_html
destination_dir: .

- name: Compile Owl, install
- name: Compile Owl and install
run: opam exec -- dune build @install

- name: Run tests
Expand Down

0 comments on commit f2381ea

Please sign in to comment.