From d7aaa98c970985f4faaa0b1944817d3a3ec4c38e Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Mon, 27 Sep 2021 13:14:50 -0500 Subject: [PATCH] Move early access content over granularly (#21754) --- .github/workflows/staging-deploy-pr.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/staging-deploy-pr.yml b/.github/workflows/staging-deploy-pr.yml index 23c21af89d..f449480549 100644 --- a/.github/workflows/staging-deploy-pr.yml +++ b/.github/workflows/staging-deploy-pr.yml @@ -180,7 +180,12 @@ jobs: # Append early access content into the temp directory - if: ${{ github.repository == 'github/docs-internal' }} name: Merge in the early access content - run: rsync -ai assets content data "$RUNNER_TEMP/" + run: | + rsync -aiR \ + assets/images/early-access \ + content/early-access \ + data/early-access \ + "$RUNNER_TEMP/" - if: ${{ github.repository == 'github/docs-internal' }} name: Create an updated archive