Skip to content

Commit 2b07bce

Browse files
authored
Fix deploy workflow: force remove worktrees with node_modules (llm-d#294)
Signed-off-by: Carlos H. Andrade Costa <chcost@us.ibm.com>
1 parent db43b1e commit 2b07bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
# Clean up worktree
8282
cd "../../llm-d.github.io"
83-
git worktree remove "../release-${VERSION}"
83+
git worktree remove --force "../release-${VERSION}"
8484
8585
echo "✓ Built version $VERSION"
8686
done

0 commit comments

Comments
 (0)