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 + b2dc0a5 commit 6284801Copy full SHA for 6284801
.github/workflows/images.yml
@@ -22,6 +22,8 @@ jobs:
22
23
- uses: actions/checkout@v2.2.0
24
25
+ - name: checkout submodules
26
+ run: git submodule update --init --jobs 16 --depth 1
27
- name: Set up Python 3.9
28
uses: actions/setup-python@v1
29
with:
@@ -35,7 +37,7 @@ jobs:
35
37
36
38
- name: Generate images
39
run: |
- 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 {} +
41
42
- name: Commit updates
43
0 commit comments