We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3543e58 commit b716e08Copy full SHA for b716e08
deploy_docs.bat
@@ -6,7 +6,8 @@ cd docs
6
echo Deleting old documentation...
7
call make clean-cache
8
rmdir files /S /Q
9
-git worktree remove --force
+rmdir ..\.git\worktrees\files /S /Q
10
+git worktree prune
11
12
echo Checking out gh-pages branch into files...
13
git worktree add -B gh-pages files origin/gh-pages
0 commit comments