Skip to content

Commit c97c22d

Browse files
committed
docs: Remove Under the hood section
1 parent 178068a commit c97c22d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,6 @@ class Person:
215215

216216
With any changes to the function `print_hello` or class `Person` in `main.py`, the code block sections are updated in the `README` file with the next workflow run.
217217

218-
219-
## 🔬 Under the hood
220-
This action performs the following steps:
221-
1. 🔎 Scans through the markdown (`README`) files to identify referenced script files (full script, section or 🐍 Python object).
222-
1. 📝 Extracts the contents from those script files and updates the corresponding code blocks in the markdown (`README`) files.
223-
1. 🚀 Commits and pushes the updated documentation back to the repository.
224-
225218
## 🤝 Contributing
226219
We welcome contributions to improve this tool!
227220
- If you have an idea for a **new feature** ✨, open a [new feature request](https://github.com/kvankova/code-embedder/issues/new?labels=enhancement&template=feature_request.yaml) on GitHub.

0 commit comments

Comments
 (0)