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
|
|
@ -10,6 +10,13 @@ jobs:
|
|||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: System checks
|
||||
run: |
|
||||
ip a
|
||||
ip r
|
||||
ip -6 r
|
||||
cat /etc/resolv.conf
|
||||
|
||||
- name: Install dependencies
|
||||
run: apk --no-cache add hugo python3 py3-pip git
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue