Merge pull request #316 from jepler/library-example-drive-pictures

Library example drive pictures
This commit is contained in:
Jeff Epler 2021-05-27 11:28:49 -06:00 committed by GitHub
commit 6284801578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |