We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284b2c3 commit 9238572Copy full SHA for 9238572
.github/workflows/static.yml
@@ -26,4 +26,4 @@ jobs:
26
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
27
- name: Run Tests
28
run: |
29
- DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput
+ DJANGO_SETTINGS_MODULE=pydotorg.settings.static python ./app/manage.py collectstatic --noinput
0 commit comments