Skip to content

Renovate: actions/setup-python to f677139 #107

Renovate: actions/setup-python to f677139

Renovate: actions/setup-python to f677139 #107

Workflow file for this run

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