We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6f039 commit 5044a46Copy full SHA for 5044a46
.github/workflows/azure-preview-env-deploy.yml
@@ -158,6 +158,8 @@ jobs:
158
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
159
name: Move acceptable user changes
160
run: |
161
+ # Make sure recursive path expansion is enabled
162
+ shopt -s globstar
163
rsync -rptovR ./user-code/content/./**/*.md ./content
164
rsync -rptovR ./user-code/assets/./**/*.png ./assets
165
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data
0 commit comments