Skip to content

Init docs, refactoring #6

Init docs, refactoring

Init docs, refactoring #6

Workflow file for this run

on: # todo
pull_request:
branches:
- "main"
permissions:
contents: write
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "poetry"
- run: poetry install
- run: poetry run pydoc-markdown
- run: poetry run mkdocs gh-deploy --force
working-directory: docs/build