Skip to content

Commit 5044a46

Browse files
authored
fix public builds (#25294)
1 parent 8d6f039 commit 5044a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
159159
name: Move acceptable user changes
160160
run: |
161+
# Make sure recursive path expansion is enabled
162+
shopt -s globstar
161163
rsync -rptovR ./user-code/content/./**/*.md ./content
162164
rsync -rptovR ./user-code/assets/./**/*.png ./assets
163165
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data

0 commit comments

Comments
 (0)