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.
2 parents 32ebc93 + ece2cf6 commit a519b6cCopy full SHA for a519b6c
.github/workflows/images.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Generate images
37
run: |
38
- 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 {} +
39
40
- name: Commit updates
41
0 commit comments