diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 75ac2c2..ec5088b 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -7,7 +7,9 @@ jobs: deploy: runs-on: debian-testing-slim steps: - - name: Update systemand install deps + - name: Clone repository + uses: actions/checkout@v3 + - name: Update system and install deps env: DEBIAN_FRONTEND=noninteractive run: |