Skip to content

Commit

Permalink
update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Feb 13, 2024
1 parent 5bca193 commit 8ee1b98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
allow-prerelease-opam: true
- name: setup-deploy
run: |
opam depext -y owi
opam install -y ./*.opam --deps-only --with-test --with-doc
opam upgrade --fixup
opam install -y ./*.opam --deps-only --with-test --with-doc
touch doc/.nojekyll
- name: api
run: |
Expand Down

0 comments on commit 8ee1b98

Please sign in to comment.