Skip to content

Commit a519b6c

Browse files
committed
Merge branch 'library-example-drive-pictures'
2 parents 32ebc93 + ece2cf6 commit a519b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Generate images
3737
run: |
38-
find libraries -pattern "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} +
38+
find libraries -path "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} +
3939
4040
- name: Commit updates
4141
run: |

0 commit comments

Comments
 (0)