Skip to content

Commit 2fa5ba9

Browse files
githajaeclaude
andcommitted
Fix GitHub Actions deployment by removing .claude worktree from git tracking
The .claude/worktrees/amazing-turing path was tracked as a git submodule without a corresponding .gitmodules entry, causing 'actions/checkout@v4' to fail during CI/CD. Added .claude/ to .gitignore and removed it from git index to prevent future conflicts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e9e992c commit 2fa5ba9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/worktrees/amazing-turing

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ codekit-config.json
2727
.sass-cache
2828
_asset_bundler_cache
2929
_site
30+
31+
# Claude AI agent files
32+
.claude/

0 commit comments

Comments
 (0)