Skip to content

Commit

Permalink
fix collectstatic step in ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
erdem committed Jul 9, 2024
1 parent c759d2d commit 73e17cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ jobs:
run: poetry run black .

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

0 comments on commit 73e17cb

Please sign in to comment.