From bd36bbc6901af73f3950afd2407d75a0c373f73c Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Fri, 23 Sep 2016 10:10:52 -0400 Subject: [PATCH] update --- deploy.cmd | 2 +- index.html | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 index.html diff --git a/deploy.cmd b/deploy.cmd index 8297433..665e879 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. -REM call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme elegant +call :Executecmd node .\node_modules\resume-cli\index.js export index -f html --theme elegant IF !ERRORLEVEL! NEQ 0 goto error :: 1. KuduSync diff --git a/index.html b/index.html deleted file mode 100644 index 034a820..0000000 --- a/index.html +++ /dev/null @@ -1,10 +0,0 @@ - - - Sorry I'm offline right now - - -

Sorry this is offline

-
- Sorry the resume theme engine I use is down...just go to my Home Page - - \ No newline at end of file