Skip to content

Commit

Permalink
Update generate_project_tree_structure.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kavya-24 authored Oct 2, 2024
1 parent 2de92b3 commit aa3fe4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/generate_project_tree_structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:
echo "$IDENTIFIER" >> README.md
echo '<details close>' >> README.md
echo '<summary><h2 align="center">Project Tree Structure 📁</h2> </summary>' >> README.md
echo
echo -e "\n"
echo 'Snippets\n'
echo 'Snippets'
echo '```plaintext' >> README.md
cat project_tree_structure.txt >> README.md
echo '```' >> README.md
Expand Down

0 comments on commit aa3fe4b

Please sign in to comment.