comment out deploy line

This commit is contained in:
Tommy Parnell
2016-06-29 15:20:41 -07:00
parent a4ddf28441
commit 5edae28df9

View File

@@ -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