mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
fix: maybe fix build idk at this point
This commit is contained in:
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -5,6 +5,7 @@ dist/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
sern-handler
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user