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
|
|
@ -20,14 +20,14 @@ jobs:
|
|||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue