diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 1813837..057a8f9 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -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