Skip to content

Commit b2dc0a5

Browse files
committed
correct commandline again
1 parent 835636c commit b2dc0a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
run: echo "$GITHUB_CONTEXT"
2222

2323
- uses: actions/[email protected]
24-
with:
25-
submodules: true
2624

25+
- name: checkout submodules
26+
run: git submodule update --init --jobs 16 --depth 1
2727
- name: Set up Python 3.9
2828
uses: actions/setup-python@v1
2929
with:
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Generate images
3939
run: |
40-
find libraries -path "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} +
40+
find libraries -path "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images.py bundle {} +
4141
4242
- name: Commit updates
4343
run: |

0 commit comments

Comments
 (0)