diff options
author | Alexandre Flament <alex@al-f.net> | 2022-04-16 13:16:27 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2022-04-16 13:16:27 +0200 |
commit | ec59a1580c204c2a7cc20a97e3cde325edb9c3c6 (patch) | |
tree | c86ebfdb02881c3aa02776b88e5b5633f1562de9 /.github | |
parent | c474616642890af97ce79700baff7dd47b2406b1 (diff) | |
download | searxng-ec59a1580c204c2a7cc20a97e3cde325edb9c3c6.tar.gz searxng-ec59a1580c204c2a7cc20a97e3cde325edb9c3c6.zip |
GitHub monthly data update: add engine descriptions
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/data-update.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/data-update.yml b/.github/workflows/data-update.yml index b0fd6e1db..439f75b4a 100644 --- a/.github/workflows/data-update.yml +++ b/.github/workflows/data-update.yml @@ -19,6 +19,7 @@ jobs: - update_firefox_version.py - update_languages.py - update_wikidata_units.py + - update_engine_descriptions.py steps: - name: Checkout uses: actions/checkout@v2 |