diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c3ad715..d21af31 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -6,7 +6,7 @@ jobs: runs-on: debian-stable steps: - name: Install dependencies - run: apt-get update && apt-get install -y knot-dnsutils ssh-client + run: apt-get update && apt-get install -y knot-dnsutils ssh-client git - name: Check out repository code uses: actions/checkout@v3 - name: Build catalog zone