Skip to content

Commit ec75928

Browse files
kwagyemanclaude
andcommitted
Clean up output dir in deploy step, update image gen to gpt-image-1.5.
Remove output/ directory after copying PDFs to category folders in the datasheets-build branch deploy step. Update generate_images.py to use gpt-image-1.5 model. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c84edad commit ec75928

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
mkdir -p "$dir"
8888
cp "$f" "$dir/"
8989
done
90+
rm -rf output
9091
git add cameras/ shields/ sensors/ lenses/ accessories/ *.pdf 2>/dev/null || true
9192
git commit -m "Build datasheets from ${GITHUB_SHA::8}"
9293
git push origin datasheets-build --force

0 commit comments

Comments
 (0)