Skip to content

Commit

Permalink
fixing...
Browse files Browse the repository at this point in the history
  • Loading branch information
jzstark committed Mar 7, 2024
1 parent 76de9fd commit 2b780d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: Deploy docker (arm64v8)
on:
push:
branches:
- 'main'
#- 'main'
- 'abc'

jobs:
docker:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
opam exec -- dune build @doc
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/Owl_fft/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 2b780d4

Please sign in to comment.