Skip to content

Commit c604d21

Browse files
committed
Changed site.yaml
1 parent 5fb9e2f commit c604d21

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/site.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
docker compose exec phpfpm vendor/bin/drush updatedb --yes
124124
docker compose exec phpfpm vendor/bin/drush cr --yes
125125
docker compose exec phpfpm vendor/bin/drush config-import --yes
126+
docker compose exec phpfpm vendor/bin/drush pm-uninstall search_api_autocomplete --yes
126127
docker compose exec phpfpm vendor/bin/drush deploy --yes
127128
128129
- name: Show site URL

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
"drupal/paragraphs_edit": "^3.0",
4343
"drupal/pathauto": "^1.13",
4444
"drupal/redirect": "^1.9",
45-
"drupal/search_api": "^1.29",
46-
"drupal/search_api_autocomplete": "^1.7",
45+
"drupal/search_api": "^1.38",
46+
"drupal/search_api_autocomplete": "^1.10",
4747
"drupal/simple_menu_permissions": "^3.0",
4848
"drupal/snowball_stemmer": "^2.1",
4949
"drupal/theme_switcher": "^2.1",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)