Skip to content

Renovate: paddyroddy/.github (minor) (#153) #2

Renovate: paddyroddy/.github (minor) (#153)

Renovate: paddyroddy/.github (minor) (#153) #2

---
name: Documentation
on:
push:
branches:
- main
jobs:
documentation:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:line-length
- uses: paddyroddy/.github/actions/python/pdoc@bb1ef2b53f8ed8feef3238ab84ad31aaaa6e947d # v0
with:
docs-dependency-section: .[docs]
gh-pages-publish-directory: ./html/example
github-token: ${{ secrets.GITHUB_TOKEN }}
project-directory: ./src/example
pyproject-toml: ./pyproject.toml
python-version: "3.12"
template-directory: ./documentation