1
0
mirror of synced 2025-12-30 12:02:01 -05:00

don't throw on missing data tags in search sync (#26487)

This commit is contained in:
Peter Bengtsson
2022-03-29 14:34:17 -04:00
committed by GitHub
parent f54a2c3b27
commit 4a4895ee17

View File

@@ -77,6 +77,14 @@ jobs:
env:
VERSION: ${{ github.event.inputs.version }}
LANGUAGE: ${{ github.event.inputs.language }}
# If a reusable, or anything in the `data/*` directory is deleted
# you might get a
#
# RenderError: Can't find the key 'site.data.reusables...' in the scope
#
# But that'll get fixed in the next translation pipeline. For now,
# let's just accept an empty string instead.
THROW_ON_EMPTY: false
run: npm run sync-search
- name: Update private docs repository search indexes