Skip to content

Commit

Permalink
Merge pull request #696 from ae-utbm/fix-xapian-deploy
Browse files Browse the repository at this point in the history
Fix missing xapian install step in deploy workflows
  • Loading branch information
imperosol authored Jul 5, 2024
2 parents 79a6d9e + e1cf1c7 commit 5c999b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
git pull
poetry install
poetry run ./manage.py install_xapian
poetry run ./manage.py migrate
echo "yes" | poetry run ./manage.py collectstatic
poetry run ./manage.py compilestatic
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/taiste.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
git pull
poetry install
poetry run ./manage.py install_xapian
poetry run ./manage.py migrate
echo "yes" | poetry run ./manage.py collectstatic
poetry run ./manage.py compilestatic
Expand Down

0 comments on commit 5c999b6

Please sign in to comment.