diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 59c1917..4fbac9a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -25,4 +25,10 @@ jobs: pip install -r requirements.txt - name: Run tests run: | - pytest \ No newline at end of file + pytest + - name: Build docs with mkdocs + run: | + pip install mkdocs mkdocs-material mkdocs-material-extensions + cd docs + mkdocs build + find site \ No newline at end of file