From 4c616c95a0849739e4141aab1cdc249572652a0d Mon Sep 17 00:00:00 2001 From: xengi Date: Sun, 15 Feb 2026 13:33:55 +0100 Subject: [PATCH] Update .forgejo/workflows/deploy.yaml Signed-off-by: xengi --- .forgejo/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 72cb380..5f1b131 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -19,15 +19,15 @@ jobs: git version hugo version python --version - - - name: Install Python depenndencies - run: python -m pip install -r requirements.txt --break-system-packages - name: Checkout repo run: | git clone -b ${{ forgejo.ref_name }} https://git.berlin.ccc.de/cccb-website-team/www.git . git status + - name: Install Python depenndencies + run: python -m pip install -r requirements.txt --break-system-packages + - name: Render site run: ./build.sh