Change docs build in our CI docker tests

This commit is contained in:
Shayan Karimi 2024-03-08 10:51:29 +03:30
parent 3ebcaf9be4
commit fe99b9e963

View File

@ -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" ]