clone docs-internal.ko-kr in Azure prod deploys (#33351)
This commit is contained in:
17
.github/workflows/azure-prod-build-deploy.yml
vendored
17
.github/workflows/azure-prod-build-deploy.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user