Skip to content

Commit

Permalink
fix: use vite directly
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Feb 7, 2024
1 parent 8675d08 commit 6a07f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: opam exec -- dune build
- run: opam exec -- dune test
- name: Build
run: npm run build
run: ./node_modules/.bin/vite build _build/default
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 6a07f4f

Please sign in to comment.