Skip to content

Commit 9f657b4

Browse files
authored
Merge pull request github#16661 from github/repo-sync
repo sync
2 parents 6d28aa5 + 7f78eb2 commit 9f657b4

23 files changed

+20
-10
lines changed

.github/workflows/main-preview-docker-cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020

2121
jobs:
2222
build-and-push-nonprod-cache:
23+
if: ${{ github.repository == 'github/docs-internal' || github.repository == 'github/docs' }}
2324
runs-on: ubuntu-latest
2425
timeout-minutes: 15
2526
env:

.github/workflows/sync-search-indices.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,14 @@ jobs:
7777
env:
7878
VERSION: ${{ github.event.inputs.version }}
7979
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
8088
run: npm run sync-search
8189

8290
- name: Update private docs repository search indexes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)