Update ci.yml

Fixed minor mistake in ci.yml
This commit is contained in:
Arnav Choudhury 2024-04-06 13:36:14 +05:30 committed by GitHub
parent 83ceb39b50
commit 173bd5f99f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,9 @@ jobs:
- name: Build the Stack - name: Build the Stack
run: docker compose -f local.yml build django run: docker compose -f local.yml build django
run: docker compose -f local.yml build docs
- name: Build the docs
run: docker compose -f docs.yml build docs
- name: Run DB Migrations - name: Run DB Migrations
run: docker compose -f local.yml run --rm django python manage.py migrate run: docker compose -f local.yml run --rm django python manage.py migrate