You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -215,13 +215,6 @@ class Person:
215
215
216
216
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.
217
217
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
-
225
218
## 🤝 Contributing
226
219
We welcome contributions to improve this tool!
227
220
- 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