Fix missing xapian install step in deploy workflows

This commit is contained in:
Antoine Bartuccio 2024-07-04 19:44:22 +02:00
parent 47fec973bc
commit e1cf1c786d
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ jobs:
git pull git pull
poetry install poetry install
poetry run ./manage.py install_xapian
poetry run ./manage.py migrate poetry run ./manage.py migrate
echo "yes" | poetry run ./manage.py collectstatic echo "yes" | poetry run ./manage.py collectstatic
poetry run ./manage.py compilestatic poetry run ./manage.py compilestatic

View File

@ -37,6 +37,7 @@ jobs:
git pull git pull
poetry install poetry install
poetry run ./manage.py install_xapian
poetry run ./manage.py migrate poetry run ./manage.py migrate
echo "yes" | poetry run ./manage.py collectstatic echo "yes" | poetry run ./manage.py collectstatic
poetry run ./manage.py compilestatic poetry run ./manage.py compilestatic