We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54a2c3 commit 4a4895eCopy full SHA for 4a4895e
.github/workflows/sync-search-indices.yml
@@ -77,6 +77,14 @@ jobs:
77
env:
78
VERSION: ${{ github.event.inputs.version }}
79
LANGUAGE: ${{ github.event.inputs.language }}
80
+ # If a reusable, or anything in the `data/*` directory is deleted
81
+ # you might get a
82
+ #
83
+ # RenderError: Can't find the key 'site.data.reusables...' in the scope
84
85
+ # But that'll get fixed in the next translation pipeline. For now,
86
+ # let's just accept an empty string instead.
87
+ THROW_ON_EMPTY: false
88
run: npm run sync-search
89
90
- name: Update private docs repository search indexes
0 commit comments