Skip to content

Commit

Permalink
Fix docs - remove jekyll home page
Browse files Browse the repository at this point in the history
  • Loading branch information
MrinalJain17 committed Sep 25, 2018
1 parent 87cf458 commit 166dac1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions deploy_docs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,11 @@ rmdir files\doctrees /S /Q
rmdir files\html /S /Q
del files\index.html
del files\.nojekyll
del files\_config.yml
del files\index.md

echo Generating site...
call make html
copy copy\index.html .\files
copy copy\.nojekyll .\files
copy copy\_config.yml .\files
type ..\README.md > .\files\index.md

echo Updating gh-pages branch...
if "%~1" == "" (
Expand Down
4 changes: 0 additions & 4 deletions docs/copy/_config.yml

This file was deleted.

0 comments on commit 166dac1

Please sign in to comment.