mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-09-07 12:36:27 +00:00
✨ [web] 删除不再使用的文件并新增超时处理接口
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -38,6 +38,14 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: go mod tidy
|
||||
|
||||
- name: Pull and build front-end
|
||||
run: |
|
||||
git clone https://github.com/snowykami/server-status-web
|
||||
cd server-status-web
|
||||
pnpm install
|
||||
pnpm run build
|
||||
cp -r dist api/frontend/web
|
||||
|
||||
- name: Compile
|
||||
env:
|
||||
GOOS: ${{ matrix.goos }}
|
||||
|
Reference in New Issue
Block a user