diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d15f7d6..5bb1ed3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,4 +53,5 @@ jobs: run: poetry run black . - name: Collect static files - run: poetry run python manage.py collectstatic --noinput \ No newline at end of file + run: poetry run python manage.py collectstatic --noinput + working-directory: demo/ \ No newline at end of file