From b2dc0a5c357678f75b121f6d51ec6f16f8f61630 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 27 May 2021 11:00:36 -0500 Subject: [PATCH] correct commandline again --- .github/workflows/images.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index e74309f1..dd3c9659 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -21,9 +21,9 @@ jobs: run: echo "$GITHUB_CONTEXT" - 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 uses: actions/setup-python@v1 with: @@ -37,7 +37,7 @@ jobs: - name: Generate images 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 run: |