Skip to content

Commit 0c16016

Browse files
author
v_guanglwen
committed
feat: 测测测测
1 parent 4f95eb4 commit 0c16016

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
14+
submodules: 'recursive'
15+
token: ${{ secrets.GITHUB_TOKEN }}
1416

1517
- name: Verify file existence
1618
run: |
@@ -20,6 +22,8 @@ jobs:
2022
ls -la
2123
echo "build目录内容:"
2224
ls -la ./build/
25+
echo "子模块状态:"
26+
git submodule status
2327
2428
- name: Install dependencies
2529
run: npm install

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "miniprogram/packageSkylineExamples"]
22
path = miniprogram/packageSkylineExamples
3-
url = git@github.com:wechat-miniprogram/awesome-skyline.git
3+
url = https://github.com/wechat-miniprogram/awesome-skyline.git

0 commit comments

Comments
 (0)