Merge pull request #696 from ae-utbm/fix-xapian-deploy

Fix missing xapian install step in deploy workflows
This commit is contained in:
thomas girod 2024-07-05 10:28:41 +02:00 committed by GitHub
commit 5c999b6ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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