Skip to content

Commit

Permalink
change update.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoushucai committed Feb 21, 2024
1 parent 7ccb9b5 commit ab2f5cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ jobs:
cache-version: 1
- name: Run bash scripts1
run: |
ls -al ./metadata
git submodule update --init --recursive
ls -al ./metadata/journals
- name: Run bash scripts2
run: |
Expand Down
1 change: 0 additions & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ git config user.email [email protected]

check_submodule() {
# 获取子模块列表
git submodule update --remote
submodules=$(git submodule | awk '{print $2}')

# 遍历每个子模块
Expand Down

0 comments on commit ab2f5cd

Please sign in to comment.