forked from cccb-website-team/www
python is not needed anymore
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- 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
|
- name: Check versions
|
||||||
run: |
|
run: |
|
||||||
cat /etc/os-release
|
cat /etc/os-release
|
||||||
git version
|
git version
|
||||||
hugo version
|
hugo version
|
||||||
python --version
|
|
||||||
rsync --version
|
rsync --version
|
||||||
ssh -V
|
ssh -V
|
||||||
|
|
||||||
|
|
@ -33,9 +32,6 @@ jobs:
|
||||||
git clone -b $GIT_BRANCH --recursive https://git.berlin.ccc.de/cccb-website-team/www.git .
|
git clone -b $GIT_BRANCH --recursive https://git.berlin.ccc.de/cccb-website-team/www.git .
|
||||||
git status
|
git status
|
||||||
|
|
||||||
- name: Install Python dependencies
|
|
||||||
run: python -m pip install -r requirements.txt --break-system-packages
|
|
||||||
|
|
||||||
- name: Render site
|
- name: Render site
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue