Skip to content

Commit

Permalink
Fix missing xapian install step in deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
klmp200 committed Jul 4, 2024
1 parent 47fec97 commit e1cf1c7
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 e1cf1c7

Please sign in to comment.