Skip to content

Commit dbbba6e

Browse files
author
Peter Bengtsson
authored
Copy the ./src and not ./pages (#40540)
1 parent 7b9eea2 commit dbbba6e

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)