From 41da0c8ecc059d3369e7c9c1448e6e1ef79964cb Mon Sep 17 00:00:00 2001 From: Gaurav Behera <127508054+gaurav-behera@users.noreply.github.com> Date: Wed, 24 Jul 2024 00:22:45 +0530 Subject: [PATCH] Update deployment-script.yml --- .github/workflows/deployment-script.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment-script.yml b/.github/workflows/deployment-script.yml index f224ba5..e24b520 100644 --- a/.github/workflows/deployment-script.yml +++ b/.github/workflows/deployment-script.yml @@ -18,10 +18,10 @@ jobs: node-version: '12' check-latest: true - run: | - git clone https://github.com/virtual-labs/ph3-lab-mgmt + git clone --depth=1 https://github.com/virtual-labs/ph3-lab-mgmt cd ph3-lab-mgmt npm install - node exp.js + npm run build-exp cd ../ git config --local user.email "admin@vlabs.ac.in" git config --local user.name "vleadadmin"