From 2c0061a3482510cb208ce5179853b1ebe96ce39e Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 12 Jul 2025 17:50:39 -0400 Subject: [PATCH] fixed action --- .forgejo/workflows/deploy.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index c65d828..b0f3e07 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -2,13 +2,12 @@ on: [push] jobs: deploy: runs-on: docker - container: - image: alpine:edge steps: - - run: apk add npm - - uses: actions/checkout@v4 - name: Install uv - run: apk add uv + run: | + apt-get update && \ + apt-get install -y curl ca-certificates && \ + curl -LsSf https://astral.sh/uv/install.sh | sh # - name: Configure hut # run: | # apk add hut