Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 21s
Some checks failed
deploy blog / deploy (push) Failing after 21s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
ca6dc3d16e
commit
e0cad17e4e
1 changed files with 8 additions and 1 deletions
|
|
@ -9,7 +9,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: System checks
|
||||||
|
run: |
|
||||||
|
ip a
|
||||||
|
ip r
|
||||||
|
ip -6 r
|
||||||
|
cat /etc/resolv.conf
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: apk --no-cache add hugo python3 py3-pip git
|
run: apk --no-cache add hugo python3 py3-pip git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue