Skip to content

Commit

Permalink
deactivate compression step unitl activated in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Dec 24, 2023
1 parent f0f215e commit 3b8e3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-dj-htmx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
python manage.py makemigrations --check
python manage.py migrate
- name: Cache offline-compress & cache busting
run: python manage.py compress
# - name: Cache offline-compress & cache busting
# run: python manage.py compress

- name: Verify who-is-ah is running
run: python manage.py runserver 8000 &
Expand Down

0 comments on commit 3b8e3c2

Please sign in to comment.