We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c759d2d commit 73e17cbCopy full SHA for 73e17cb
.github/workflows/ci.yml
@@ -53,4 +53,5 @@ jobs:
53
run: poetry run black .
54
55
- name: Collect static files
56
- run: poetry run python manage.py collectstatic --noinput
+ run: poetry run python manage.py collectstatic --noinput
57
+ working-directory: demo/
0 commit comments