Skip to content

Commit a037c9a

Browse files
authored
Merge pull request #27371 from github/repo-sync
Repo sync
2 parents 8611302 + dbbba6e commit a037c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
rsync -rptovR ./user-code/components/./**/*.{scss,ts,tsx} ./components
202202
rsync -rptovR --ignore-missing-args ./user-code/lib/./**/*.{js,ts} ./lib
203203
rsync -rptovR --ignore-missing-args ./user-code/middleware/./**/*.{js,ts} ./middleware
204-
rsync -rptovR ./user-code/pages/./**/*.tsx ./pages
204+
rsync -rptovR ./user-code/src/./**/*.tsx ./src
205205
rsync -rptovR ./user-code/stylesheets/./**/*.scss ./stylesheets
206206
207207
- uses: ./.github/actions/warmup-remotejson-cache

0 commit comments

Comments
 (0)