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.
1 parent 835636c commit b2dc0a5Copy full SHA for b2dc0a5
.github/workflows/images.yml
@@ -21,9 +21,9 @@ jobs:
21
run: echo "$GITHUB_CONTEXT"
22
23
- uses: actions/[email protected]
24
- with:
25
- submodules: true
26
+ - name: checkout submodules
+ run: git submodule update --init --jobs 16 --depth 1
27
- name: Set up Python 3.9
28
uses: actions/setup-python@v1
29
with:
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Generate images
39
run: |
40
- find libraries -path "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.py bundle {} +
41
42
- name: Commit updates
43
0 commit comments