mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-11 16:42:26 +03:00
Build the HTML for the documentation as part of the CI (#3498)
This commit is contained in:
parent
a94e2354c4
commit
2adcf9f5d4
|
@ -41,3 +41,5 @@ then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Generate the HTML for the documentation
|
||||||
|
cd docs && make html
|
|
@ -38,3 +38,6 @@ docker-compose -f local.yml run django python manage.py makemessages --all
|
||||||
|
|
||||||
# Make sure the check doesn't raise any warnings
|
# Make sure the check doesn't raise any warnings
|
||||||
docker-compose -f local.yml run django python manage.py check --fail-level WARNING
|
docker-compose -f local.yml run django python manage.py check --fail-level WARNING
|
||||||
|
|
||||||
|
# Generate the HTML for the documentation
|
||||||
|
docker-compose -f local.yml run docs make html
|
Loading…
Reference in New Issue
Block a user