Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
b9739ca58c
commit
2696f0af4e
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue