Skip to content

Commit 73e17cb

Browse files
committed
fix collectstatic step in ci job
1 parent c759d2d commit 73e17cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ jobs:
5353
run: poetry run black .
5454

5555
- name: Collect static files
56-
run: poetry run python manage.py collectstatic --noinput
56+
run: poetry run python manage.py collectstatic --noinput
57+
working-directory: demo/

0 commit comments

Comments
 (0)