Skip to content

Commit b716e08

Browse files
committed
Bug fix in automated docs deployment
1 parent 3543e58 commit b716e08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy_docs.bat

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ cd docs
66
echo Deleting old documentation...
77
call make clean-cache
88
rmdir files /S /Q
9-
git worktree remove --force
9+
rmdir ..\.git\worktrees\files /S /Q
10+
git worktree prune
1011

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

0 commit comments

Comments
 (0)