Skip to content

Commit 1a30680

Browse files
Add imagemagick to CI dependencies (#15)
Lektor requires imagemagick for image processing during build. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6e72f30 commit 1a30680

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
lfs: true
1818

19+
- run: sudo apt-get update && sudo apt-get install -y imagemagick
20+
1921
- uses: astral-sh/setup-uv@v5
2022

2123
- run: uv sync

0 commit comments

Comments
 (0)