Skip to content

Commit 6284801

Browse files
authored
Merge pull request #316 from jepler/library-example-drive-pictures
Library example drive pictures
2 parents 32ebc93 + b2dc0a5 commit 6284801

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- uses: actions/checkout@v2.2.0
2424

25+
- name: checkout submodules
26+
run: git submodule update --init --jobs 16 --depth 1
2527
- name: Set up Python 3.9
2628
uses: actions/setup-python@v1
2729
with:
@@ -35,7 +37,7 @@ jobs:
3537

3638
- name: Generate images
3739
run: |
38-
find libraries -pattern "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 {} +
3941
4042
- name: Commit updates
4143
run: |

0 commit comments

Comments
 (0)