From dbbba6ee1e63f7e1603ce1b72f96083695209fd6 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 10 Aug 2023 13:35:11 -0400 Subject: [PATCH] Copy the ./src and not ./pages (#40540) --- .github/workflows/azure-preview-env-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-preview-env-deploy.yml b/.github/workflows/azure-preview-env-deploy.yml index fcd6ab7383d5..f69293576f90 100644 --- a/.github/workflows/azure-preview-env-deploy.yml +++ b/.github/workflows/azure-preview-env-deploy.yml @@ -201,7 +201,7 @@ jobs: rsync -rptovR ./user-code/components/./**/*.{scss,ts,tsx} ./components rsync -rptovR --ignore-missing-args ./user-code/lib/./**/*.{js,ts} ./lib rsync -rptovR --ignore-missing-args ./user-code/middleware/./**/*.{js,ts} ./middleware - rsync -rptovR ./user-code/pages/./**/*.tsx ./pages + rsync -rptovR ./user-code/src/./**/*.tsx ./src rsync -rptovR ./user-code/stylesheets/./**/*.scss ./stylesheets - uses: ./.github/actions/warmup-remotejson-cache