python is not needed anymore
Some checks failed
deploy blog / deploy (push) Failing after 37s

Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2026-08-12 02:06:53 +02:00
commit 2696f0af4e

View file

@ -14,14 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: apk --no-cache add hugo python3 py3-pip git openssh-client rsync
run: apk --no-cache add hugo git openssh-client rsync
- name: Check versions
run: |
cat /etc/os-release
git version
hugo version
python --version
rsync --version
ssh -V
@ -33,9 +32,6 @@ jobs:
git clone -b $GIT_BRANCH --recursive https://git.berlin.ccc.de/cccb-website-team/www.git .
git status
- name: Install Python dependencies
run: python -m pip install -r requirements.txt --break-system-packages
- name: Render site
run: ./build.sh