1
0
mirror of synced 2025-12-23 03:44:00 -05:00

Move early access content over granularly (#21754)

This commit is contained in:
James M. Greene
2021-09-27 13:14:50 -05:00
committed by GitHub
parent 328be1052d
commit d7aaa98c97

View File

@@ -180,7 +180,12 @@ jobs:
# Append early access content into the temp directory # Append early access content into the temp directory
- if: ${{ github.repository == 'github/docs-internal' }} - if: ${{ github.repository == 'github/docs-internal' }}
name: Merge in the early access content 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' }} - if: ${{ github.repository == 'github/docs-internal' }}
name: Create an updated archive name: Create an updated archive