Fix syntax error in GitHub CI workflow (#4972)

This commit is contained in:
Arnav Choudhury 2024-04-06 14:01:30 +05:30 committed by GitHub
parent 83ceb39b50
commit 8060df4c51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,7 +70,9 @@ jobs:
- name: Build the Stack
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
run: docker compose -f local.yml run --rm django python manage.py migrate