From fe99b9e96314ab65b76a942265eccd8e89d25e95 Mon Sep 17 00:00:00 2001 From: Shayan Karimi Date: Fri, 8 Mar 2024 10:51:29 +0330 Subject: [PATCH] Change docs build in our CI docker tests --- tests/test_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_docker.sh b/tests/test_docker.sh index c3cad3b37..96bf8662d 100755 --- a/tests/test_docker.sh +++ b/tests/test_docker.sh @@ -43,7 +43,7 @@ docker compose -f local.yml run \ django python manage.py check --settings=config.settings.production --deploy --database default --fail-level WARNING # Generate the HTML for the documentation -docker compose -f local.yml run docs make html +docker compose -f docs.yml run docs make html # Run npm build script if package.json is present if [ -f "package.json" ]