Skip to content

Commit

Permalink
azure preview deploy workflow: lib dir moved under src (#45570)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsese authored Nov 3, 2023
1 parent 218505e commit c0a91e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/azure-preview-env-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,6 @@ jobs:
rsync -rptovR ./user-code/assets/./**/*.png ./assets
rsync -rptovR ./user-code/data/./**/*.{yml,md} ./data
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/src/./**/*.tsx ./src
Expand Down

0 comments on commit c0a91e1

Please sign in to comment.