diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index 7acfc21..516ca80 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -69,8 +69,8 @@ jobs: echo "⚡ Frontend changes detected." cd sgeUpdated/sge-frontend echo "Running npm build..." - npm install - npm run build + # npm install + # npm run build cd ../.. echo "Rebuilding frontend Docker container..." docker compose up -d --build bgreen-frontend