We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db43b1e commit 2b07bceCopy full SHA for 2b07bce
1 file changed
.github/workflows/deploy.yml
@@ -80,7 +80,7 @@ jobs:
80
81
# Clean up worktree
82
cd "../../llm-d.github.io"
83
- git worktree remove "../release-${VERSION}"
+ git worktree remove --force "../release-${VERSION}"
84
85
echo "✓ Built version $VERSION"
86
done
0 commit comments