diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 1f23dc02..afe6e10f 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -95,4 +95,4 @@ jobs: - name: E2B Login run: e2b auth login - name: E2B Publish Sandbox Template - e2b template build -d e2b/e2b.Dockerfile -c "/root/.jupyter/start-up.sh" --cpu-count 2 --memory-mb 1024 \ No newline at end of file + run: e2b template build -d e2b/e2b.Dockerfile -c "/root/.jupyter/start-up.sh" --cpu-count 2 --memory-mb 1024 \ No newline at end of file