Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 24s
Some checks failed
deploy blog / deploy (push) Failing after 24s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
8a7f18ff1f
commit
4c616c95a0
1 changed files with 3 additions and 3 deletions
|
|
@ -19,15 +19,15 @@ jobs:
|
||||||
git version
|
git version
|
||||||
hugo version
|
hugo version
|
||||||
python --version
|
python --version
|
||||||
|
|
||||||
- name: Install Python depenndencies
|
|
||||||
run: python -m pip install -r requirements.txt --break-system-packages
|
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
run: |
|
run: |
|
||||||
git clone -b ${{ forgejo.ref_name }} https://git.berlin.ccc.de/cccb-website-team/www.git .
|
git clone -b ${{ forgejo.ref_name }} https://git.berlin.ccc.de/cccb-website-team/www.git .
|
||||||
git status
|
git status
|
||||||
|
|
||||||
|
- name: Install Python depenndencies
|
||||||
|
run: python -m pip install -r requirements.txt --break-system-packages
|
||||||
|
|
||||||
- name: Render site
|
- name: Render site
|
||||||
run: ./build.sh
|
run: ./build.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue