diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index 254b6ae..f29e5c5 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -3,8 +3,14 @@ run-name: Web Proxy - Nix on: [push, merge] jobs: + checkout-repo: + run-on: ubuntu-latest + steps: + - name: Ensure cloned repo + run: git pull setup-nixos-runner: run-on: ubuntu-latest + needs: [checkout-repo] container: image: ubuntu steps: