Skip to content

Commit

Permalink
Update azure-preview-env-deploy.yml (#50382)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori authored Apr 29, 2024
1 parent 658d6fd commit 77328f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/azure-preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ jobs:
- if: ${{ env.IS_PUBLIC_BUILD == 'true' }}
name: Move acceptable user changes
run: |
# Don't allow users to change code here
rm -rf ./user-code/src/workflows
# Make sure recursive path expansion is enabled
shopt -s globstar
rsync -rptovR ./user-code/content/./**/*.md ./content
Expand Down

0 comments on commit 77328f3

Please sign in to comment.