Zensical
uv | pdoc
- uses: jambazid/gha-actions/python/uv/zensical@unknown
with:
working-directory: (1)
Python project location (path to the pyproject.toml folder).
Generates Python package documentation via pdoc.
Important
Assumes the following Project folder structure:
${working-directory}
├── pyproject.toml
├── ...
|
├── /src
| └── /${namespace}
| └── /${component}
| └── ...
|
└── /tests
└── ...
Inputs:
| Name |
Description |
working-directory
|
Python project location (path to the pyproject.toml folder).
|