mirror of
https://github.com/sern-handler/website
synced 2026-06-06 01:16:47 +00:00
fix: fix git repo path
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: 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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[build]
|
||||
publish = "dist"
|
||||
command = "git clone https://sern-handler/handler sern-handler && bun run build"
|
||||
command = "git clone https://github.com/sern-handler/handler sern-handler && bun run build"
|
||||
Reference in New Issue
Block a user