mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 09:36:52 +03:00
Fix syntax error in GitHub CI workflow (#4972)
This commit is contained in:
parent
83ceb39b50
commit
8060df4c51
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user