fix: maybe fix build idk at this point

This commit is contained in:
DuroCodes
2024-05-06 22:49:30 -04:00
parent d97855e5dd
commit 7e389c8efa
3 changed files with 3 additions and 2 deletions

View File

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

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ dist/
# dependencies
node_modules/
sern-handler
# logs
npm-debug.log*

View File

@@ -1,3 +1,3 @@
[build]
publish = "dist"
command = "cd .. && git clone https://github.com/sern-handler/handler sern-handler && cd sern-handler && bun run install && cd ../build && bun run build"
command = "git clone https://github.com/sern-handler/handler sern-handler && cd sern-handler && bun install && cd .. && bun run build"