fix: remove sern-handler before git clone

This commit is contained in:
DuroCodes
2024-05-06 23:21:41 -04:00
parent 6d3b0163e4
commit af9e70c515
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 && cd sern-handler && bun install && cd .. && bun run build
run: rm -rf sern-handler && 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