We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7854e80 commit a356a51Copy full SHA for a356a51
.github/workflows/build-images.yml
@@ -20,7 +20,7 @@ jobs:
20
echo PATH=$PATH >> $GITHUB_ENV
21
- run: python3 -mpip install -r requirements.txt
22
- 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
+ - run: env LEARN_GUIDE_REPO=learn/ python3 create_requirement_images.py learn
24
- uses: actions/upload-artifact@v4
25
with:
26
name: images
0 commit comments