fix: fix git repo path

This commit is contained in:
DuroCodes
2024-05-06 22:37:27 -04:00
parent e25146788b
commit 03aa453f63
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://sern-handler/handler sern-handler && bun run build
run: git clone https://github.com/sern-handler/handler sern-handler && bun run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3