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