Improve documentation

This commit is contained in:
2024-07-16 23:35:24 +02:00
committed by thomas girod
parent e1ac75f394
commit 54af894b82
7 changed files with 58 additions and 33 deletions

View File

@ -37,7 +37,7 @@ jobs:
pushd ${{secrets.SITH_PATH}}
git pull
poetry install --with prod --without dev,docs,tests
poetry install --with prod --without docs,tests
poetry run ./manage.py install_xapian
poetry run ./manage.py migrate
echo "yes" | poetry run ./manage.py collectstatic