Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera authored Oct 4, 2024
1 parent d7697e7 commit 1377aad
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,8 @@ jobs:
node-version: 18
cache: "npm"
- run: npm install
- name: Set-up OCaml
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
allow-prerelease-opam: true
- run: opam install . --deps-only --with-test
- run: opam exec -- dune build
- run: opam exec -- dune test
- name: Build
run: ./node_modules/.bin/vite build _build/default
run: ./node_modules/.bin/astro build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 1377aad

Please sign in to comment.