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 4f95eb4 commit 0c16016Copy full SHA for 0c16016
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
fetch-depth: 0
14
+ submodules: 'recursive'
15
+ token: ${{ secrets.GITHUB_TOKEN }}
16
17
- name: Verify file existence
18
run: |
@@ -20,6 +22,8 @@ jobs:
20
22
ls -la
21
23
echo "build目录内容:"
24
ls -la ./build/
25
+ echo "子模块状态:"
26
+ git submodule status
27
28
- name: Install dependencies
29
run: npm install
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "miniprogram/packageSkylineExamples"]
2
path = miniprogram/packageSkylineExamples
3
- url = git@github.com:wechat-miniprogram/awesome-skyline.git
+ url = https://github.com/wechat-miniprogram/awesome-skyline.git
0 commit comments