File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,11 @@ jobs:
162
162
rsync -rptovR ./user-code/content/./**/*.md ./content
163
163
rsync -rptovR ./user-code/assets/./**/*.png ./assets
164
164
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
165
170
166
171
# In addition to making the final image smaller, we also save time by not sending unnecessary files to the docker build context
167
172
- name : ' Prune for preview env'
You can’t perform that action at this time.
0 commit comments