Skip to content

Commit cdca26d

Browse files
aurelianwareclaude
andcommitted
fix: update sanity check paths for moved docs
ARCHITECTURE.md and DEPLOYMENT.md moved to docs/guides/ by restructure. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 729b4fb commit cdca26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sanity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
done
3636
3737
# Check for required files
38-
required_files=("README.md" "ARCHITECTURE.md" "SECURITY.md" "DEPLOYMENT.md" "CONTRIBUTING.md")
38+
required_files=("README.md" "SECURITY.md" "CONTRIBUTING.md" "docs/guides/ARCHITECTURE.md" "docs/guides/DEPLOYMENT.md")
3939
for file in "${required_files[@]}"; do
4040
if [ ! -f "$file" ]; then
4141
echo "::error::Required file missing: $file"

0 commit comments

Comments
 (0)