diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index f29e5c5..64401ad 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -3,17 +3,13 @@ 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: + - uses: https://github.com/actions/checkout@v4 - name: echo in image run: echo "Hello Workflow world!" - name: List current folder