We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e0a93 commit 16bec23Copy full SHA for 16bec23
.github/workflows/docs-update.yml
@@ -103,7 +103,7 @@ jobs:
103
ls -la .codeboarding/ || echo "⚠️ CodeBoarding directory not found"
104
105
# Initialize the architecture.mdx file
106
- echo "" >> docs/development/architecture.mdx
+ echo "" > docs/development/architecture.mdx
107
108
# First, add on_boarding.mdx if it exists
109
if [ -f ".codeboarding/on_boarding.mdx" ]; then
0 commit comments