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

clone docs-internal.ko-kr in Azure prod deploys (#33351)

This commit is contained in:
Peter Bengtsson
2022-12-12 14:31:23 +01:00
committed by GitHub
parent 41069921a0
commit 64b3fcbe38
2 changed files with 18 additions and 3 deletions

View File

@@ -67,11 +67,26 @@ jobs:
repository: github/docs-early-access
token: ${{ secrets.DOCUBOT_REPO_PAT }}
path: docs-early-access
ref: main
- name: Merge docs-early-access repo's folders
run: .github/actions-scripts/merge-early-access.sh
- name: Clone Korean
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
with:
repository: github/docs-internal.ko-kr
token: ${{ secrets.DOCUBOT_REPO_PAT }}
path: translations/ko-kr
# As of Dec 2022, we still have checked in translations into
# the main repo.
# We're going to remove that later.
# For now, just delete the excess directories so they don't add
# unnecessary weight to the container image.
- name: Delete old checked in translation directories (TEMPORARY)
run: |
rm -fr translations/ko-KR
- name: 'Build and push image'
uses: docker/build-push-action@1cb9d22b932e4832bb29793b7777ec860fc1cde0
with: