fix: hopefully fix deploying

This commit is contained in:
DuroCodes
2024-05-06 22:36:23 -04:00
parent 4d00dabc55
commit e25146788b
4 changed files with 7 additions and 13 deletions

View File

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