fix: maybe fix build?

This commit is contained in:
DuroCodes
2024-05-06 22:43:12 -04:00
parent 03aa453f63
commit d97855e5dd
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
run: bun install
- name: Build
run: git clone https://github.com/sern-handler/handler sern-handler && bun run build
run: cd .. && git clone https://github.com/sern-handler/handler sern-handler && cd sern-handler && bun run install && cd ../build && bun run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3