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 a482aa8 commit b5a76e0Copy full SHA for b5a76e0
.github/workflows/deploy.yml
@@ -31,11 +31,10 @@ jobs:
31
- name: Checkout
32
uses: actions/checkout@v4
33
with:
34
- fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
35
- - name: Submodule
+ fetch-depth: 1 # 如果未启用 lastUpdated,则不需要
+ - name: Clone Plugin-Hub
36
run: |
37
- cd /home/runner/work/GUI-for-Cores.github.io/GUI-for-Cores.github.io
38
- git submodule update --init
+ git clone --depth=1 https://github.com/GUI-for-Cores/Plugin-Hub.git
39
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
40
41
version: 9
0 commit comments