Skip to content

Remove title from issue template forms (#167) #17

Remove title from issue template forms (#167)

Remove title from issue template forms (#167) #17

---
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@69431c4ec1e375c5fe5f8fa96ae1e05f371d8326 # 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