diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index e0b7704..6c41cd8 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -9,7 +9,14 @@ on: jobs: deploy: runs-on: ubuntu-latest - steps: + 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