diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index 98020f2..44d5c16 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -5,8 +5,6 @@ on: [push, merge] jobs: setup-nixos-runner: run-on: ubuntu-latest - container: - image: node:lts steps: - uses: actions/checkout@v4 - uses: actions/install-nix \ No newline at end of file