Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavya-24 committed Oct 2, 2024
1 parent b7ffadd commit b669e75
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/generate_project_tree_structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ jobs:
sed -i.bak "/$IDENTIFIER/,/$END_IDENTIFIER/d" README.md
# Add new project tree section
echo ''
echo "$IDENTIFIER" >> README.md
echo '<details close>' >> README.md
echo '<summary><h2 align="center">Project Tree Structure 📁</h2> </summary>' >> README.md
echo '```' >> README.md
echo '```plaintext' >> README.md
cat project_tree_structure.txt >> README.md
echo '</details>' >> README.md
echo '</details>' >> README.md
echo '```' >> README.md
echo "$END_IDENTIFIER" >> README.md
- name: Commit changes
Expand Down

0 comments on commit b669e75

Please sign in to comment.