Merge pull request #316 from jepler/library-example-drive-pictures
Library example drive pictures
This commit is contained in:
commit
6284801578
1 changed files with 3 additions and 1 deletions
4
.github/workflows/images.yml
vendored
4
.github/workflows/images.yml
vendored
|
|
@ -22,6 +22,8 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v2.2.0
|
||||
|
||||
- name: checkout submodules
|
||||
run: git submodule update --init --jobs 16 --depth 1
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
|
|
@ -35,7 +37,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.py bundle {} +
|
||||
|
||||
- name: Commit updates
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue