From 5edae28df90634048baa44e2ca1a803bc3711bd9 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 29 Jun 2016 15:20:41 -0700 Subject: [PATCH] comment out deploy line --- deploy.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.cmd b/deploy.cmd index 665e879..8297433 100644 --- a/deploy.cmd +++ b/deploy.cmd @@ -57,7 +57,7 @@ echo Building Resume call :Executecmd npm install IF !ERRORLEVEL! NEQ 0 goto error REM This creates the **index.html** which is deployed by Azure Websites. -call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme elegant +REM call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme elegant IF !ERRORLEVEL! NEQ 0 goto error :: 1. KuduSync