Skip to content

Commit ccc50c4

Browse files
authored
enable OS contributions of components,lib,middleware,pages, and stylesheets code (github#25982)
1 parent 7ec5105 commit ccc50c4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ jobs:
162162
rsync -rptovR ./user-code/content/./**/*.md ./content
163163
rsync -rptovR ./user-code/assets/./**/*.png ./assets
164164
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data
165+
rsync -rptovR ./user-code/components/./**/*.{ts,tsx} ./components
166+
rsync -rptovR ./user-code/lib/./**/*.{js,ts,json} ./lib
167+
rsync -rptovR ./user-code/middleware/./**/*.{js,ts} ./middleware
168+
rsync -rptovR ./user-code/pages/./**/*.{tsx} ./pages
169+
rsync -rptovR ./user-code/stylesheets/./**/*.{scss} ./stylesheets
165170
166171
# In addition to making the final image smaller, we also save time by not sending unnecessary files to the docker build context
167172
- name: 'Prune for preview env'

0 commit comments

Comments
 (0)