We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd93cad commit 2403bddCopy full SHA for 2403bdd
.github/workflows/deploy.yml
@@ -32,6 +32,10 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
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
39
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
40
41
version: 9
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "Plugin-Hub"]
2
path = Plugin-Hub
3
- url = git@github.com:GUI-for-Cores/Plugin-Hub.git
+ url = https://github.com/GUI-for-Cores/Plugin-Hub.git
0 commit comments