Skip to content

Merge pull request #158 from aquacropos/gdd_switch_type #239

Merge pull request #158 from aquacropos/gdd_switch_type

Merge pull request #158 from aquacropos/gdd_switch_type #239

Workflow file for this run

name: test_docs
on: [push, pull_request]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
- name: check docs
run: |
pip install --upgrade pip && pip install mkdocs-material mkdocstrings mkdocs-jupyter mkdocstrings-python
mkdocs build