Skip to content

Commit e7b897b

Browse files
authored
Also copy .scss files (github#26267)
1 parent a765ccb commit e7b897b

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
@@ -165,7 +165,7 @@ jobs:
165165
rsync -rptovR ./user-code/content/./**/*.md ./content
166166
rsync -rptovR ./user-code/assets/./**/*.png ./assets
167167
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data
168-
rsync -rptovR ./user-code/components/./**/*.{ts,tsx} ./components
168+
rsync -rptovR ./user-code/components/./**/*.{scss,ts,tsx} ./components
169169
rsync -rptovR --ignore-missing-args ./user-code/lib/./**/*.{js,ts} ./lib
170170
rsync -rptovR --ignore-missing-args ./user-code/middleware/./**/*.{js,ts} ./middleware
171171
rsync -rptovR ./user-code/pages/./**/*.tsx ./pages

0 commit comments

Comments
 (0)