correct commandline again
This commit is contained in:
parent
835636c4b7
commit
b2dc0a5c35
1 changed files with 3 additions and 3 deletions
6
.github/workflows/images.yml
vendored
6
.github/workflows/images.yml
vendored
|
|
@ -21,9 +21,9 @@ jobs:
|
||||||
run: echo "$GITHUB_CONTEXT"
|
run: echo "$GITHUB_CONTEXT"
|
||||||
|
|
||||||
- uses: actions/checkout@v2.2.0
|
- uses: actions/checkout@v2.2.0
|
||||||
with:
|
|
||||||
submodules: true
|
|
||||||
|
|
||||||
|
- name: checkout submodules
|
||||||
|
run: git submodule update --init --jobs 16 --depth 1
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.9
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generate images
|
- name: Generate images
|
||||||
run: |
|
run: |
|
||||||
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 {} +
|
||||||
|
|
||||||
- name: Commit updates
|
- name: Commit updates
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue