Skip to content

Commit

Permalink
Bug fix in automated docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MrinalJain17 committed Sep 21, 2018
1 parent 3543e58 commit b716e08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy_docs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ cd docs
echo Deleting old documentation...
call make clean-cache
rmdir files /S /Q
git worktree remove --force
rmdir ..\.git\worktrees\files /S /Q
git worktree prune

echo Checking out gh-pages branch into files...
git worktree add -B gh-pages files origin/gh-pages
Expand Down

0 comments on commit b716e08

Please sign in to comment.