Skip to content

Transition to mkdocs-material #40

Transition to mkdocs-material

Transition to mkdocs-material #40

Workflow file for this run

name: sphinx
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ammaraskar/sphinx-action@master
with:
build-command: "sphinx-build -b html . _build"
docs-folder: "docs/"