We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76717af commit 1dd29b8Copy full SHA for 1dd29b8
.github/workflows/main_backendbluenps.yml
@@ -36,7 +36,7 @@ jobs:
36
37
# I added this and I hope its good
38
- name: Collect static
39
- run: python manage.py collectstatic < yes
+ run: python manage.py collectstatic --noinput
40
41
42
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
0 commit comments