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