Skip to content

Commit 9238572

Browse files
committed
fix: use new path
1 parent 284b2c3 commit 9238572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
pip install -r requirements/requirements.txt -r requirements/prod-requirements.txt
2727
- name: Run Tests
2828
run: |
29-
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python manage.py collectstatic --noinput
29+
DJANGO_SETTINGS_MODULE=pydotorg.settings.static python ./app/manage.py collectstatic --noinput

0 commit comments

Comments
 (0)