Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
linoscope committed Dec 5, 2022
1 parent 853c26c commit cfb40b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Add --no-inline flag from dune file
sed -i 's/(libraries brr bigstringaf js_of_ocaml-lwt camlboy_lib)/(libraries brr bigstringaf js_of_ocaml-lwt camlboy_lib) (js_of_ocaml (flags (:standard --no-inline)))/' bin/web/dune
opam exec -- dune build --profile release --build-dir _build-no-inline
cp -r _build-release/default/bin/web _build/default/bin/web/no-inline
cp -r _build-no-inline/default/bin/web _build/default/bin/web/no-inline
- name: Deploy website
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit cfb40b1

Please sign in to comment.