mirror of
https://github.com/snowykami/server-status-server.git
synced 2025-06-06 07:05:22 +00:00
[build] 更新构建流程,递归获取子模块并删除 server-status-web 子模块配置
This commit is contained in:
parent
0a4b338671
commit
efc3c12947
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -26,6 +26,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "server-status-web"]
|
||||
path = server-status-web
|
||||
url = https://github.com/snowykami/server-status-web
|
@ -1 +0,0 @@
|
||||
Subproject commit b0c7f59ecf3c099cdd657f0a5bb96fd63222faa7
|
Loading…
x
Reference in New Issue
Block a user