Skip to content

Commit

Permalink
cd: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayideyia committed Oct 12, 2024
1 parent a482aa8 commit b5a76e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0 # 如果未启用 lastUpdated,则不需要
- name: Submodule
fetch-depth: 1 # 如果未启用 lastUpdated,则不需要
- name: Clone Plugin-Hub
run: |
cd /home/runner/work/GUI-for-Cores.github.io/GUI-for-Cores.github.io
git submodule update --init
git clone --depth=1 https://github.com/GUI-for-Cores/Plugin-Hub.git
- uses: pnpm/action-setup@v3 # 如果使用 pnpm,请取消注释
with:
version: 9
Expand Down

0 comments on commit b5a76e0

Please sign in to comment.