Skip to content

Commit 16bec23

Browse files
committed
Fixed intialization
1 parent e1e0a93 commit 16bec23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
ls -la .codeboarding/ || echo "⚠️ CodeBoarding directory not found"
104104
105105
# Initialize the architecture.mdx file
106-
echo "" >> docs/development/architecture.mdx
106+
echo "" > docs/development/architecture.mdx
107107
108108
# First, add on_boarding.mdx if it exists
109109
if [ -f ".codeboarding/on_boarding.mdx" ]; then

0 commit comments

Comments
 (0)