Skip to content

Commit d69095f

Browse files
committed
Merge branch 'master' into UAT
2 parents 914deae + dd924dc commit d69095f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-and-deploy-production.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,4 @@ jobs:
126126
127127
- name: Remove Offline and remove previous deployment folder
128128
run: |
129-
if (Test-Path -Path 'E:/web/${{env.SitePath}}-PREVIOUS')
130-
{
131-
Remove-Item -LiteralPath 'E:/web/${{env.SitePath}}-PREVIOUS' -Force -Recurse
132-
}
133129
Remove-Item 'E:/web/${{env.SitePath}}/app_offline.htm' -Force

0 commit comments

Comments
 (0)