From 842e4a882543651cc74e66a6e3ae89e606114fec Mon Sep 17 00:00:00 2001 From: Ryan Chen <103216376+ryanyychen@users.noreply.github.com> Date: Thu, 11 Apr 2024 22:33:53 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18fcd251..bea85e53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,6 +29,5 @@ jobs: cd frontend npm run build cd .. - python manage.py collectstatic - yes + python manage.py collectstatic --noinput sudo service apache2 restart