Merge branch 'library-example-drive-pictures'
This commit is contained in:
commit
a519b6cc39
1 changed files with 1 additions and 1 deletions
2
.github/workflows/images.yml
vendored
2
.github/workflows/images.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
|
||||
- name: Generate images
|
||||
run: |
|
||||
find libraries -pattern "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} +
|
||||
find libraries -path "libraries/*/examples/*.py" -exec python3 CircuitPython_Library_Screenshot_Maker/create_requirement_images_bundle.py {} +
|
||||
|
||||
- name: Commit updates
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue