From fd204eeb7b8fd216866bca446dcd08a7e2705b98 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Thu, 24 Oct 2019 17:08:35 -0400 Subject: [PATCH] ci: do not exit on failed robocopy --- azure/docs.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/docs.bat b/azure/docs.bat index cdda87919..504e12991 100644 --- a/azure/docs.bat +++ b/azure/docs.bat @@ -6,7 +6,7 @@ ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1 ECHO build docs docfx.console\tools\docfx.exe docs/docfx.json -o docs-staging || EXIT /B 1 -ROBOCOPY docs-staging\_site docs-static\latest /MIR /TEE || EXIT /B 1 +ROBOCOPY docs-staging\_site docs-static\latest /MIR ECHO commit and deploy git config --global user.name "Discord.Net CI Robot" && git config --global user.email "robot@foxbot.me"