Skip to content

Commit a356a51

Browse files
committed
add learn command to task
1 parent 7854e80 commit a356a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo PATH=$PATH >> $GITHUB_ENV
2121
- run: python3 -mpip install -r requirements.txt
2222
- run: git clone --depth=1 https://github.com/adafruit/Adafruit_Learning_System_Guides learn
23-
- run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py
23+
- run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py learn
2424
- uses: actions/upload-artifact@v4
2525
with:
2626
name: images

0 commit comments

Comments
 (0)