Skip to content

Commit 2403bdd

Browse files
committed
Update ci
1 parent dd93cad commit 2403bdd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
35+
- name: Submodule
36+
run: |
37+
cd /home/runner/work/GUI-for-Cores.github.io/GUI-for-Cores.github.io
38+
git submodule update --init
3539
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
3640
with:
3741
version: 9

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "Plugin-Hub"]
22
path = Plugin-Hub
3-
url = git@github.com:GUI-for-Cores/Plugin-Hub.git
3+
url = https://github.com/GUI-for-Cores/Plugin-Hub.git

0 commit comments

Comments
 (0)