Skip to content

Commit

Permalink
prefix everything with opam exec
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-schwarz committed Jul 13, 2022
1 parent 4e1a074 commit 7f428b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- run: eval $(opam env)
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
./configure
make
make doc
opam exec -- ./configure
opam exec -- make
opam exec -- make doc
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 7f428b6

Please # to comment.