cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

59533c65c47e144adfec931dd2118359faff0bda

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-03-23T15:54:23Z

fix missing uv package in build
 .build.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.build.yml b/.build.yml
index 120780f..225eea0 100644
--- a/.build.yml
+++ b/.build.yml
@@ -2,8 +2,6 @@ image: debian/bookworm
 
 packages:
   - emacs-nox
-  - python3
-  - python3-pip
   - rsync
   - openssh-client
 
@@ -19,12 +17,12 @@ environment:
 
 tasks:
   - setup: |
-      pip install --break-system-packages uv
+      curl -LsSf https://astral.sh/uv/install.sh | sh
       curl -sSfL https://github.com/tdewolff/minify/releases/latest/download/minify_linux_amd64.tar.gz \
         | tar -xz -C ~/.local/bin minify
   - build: |
       cd cleberg.net
-      uv run build.py
+      ~/.local/bin/uv run build.py
   - deploy: |
       cd cleberg.net
       chmod 600 ~/.ssh/id_rsa