diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 481aed5f..f1ec4de9 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -19,4 +19,4 @@ jobs: run: pip install -r docs/requirements.txt - name: Build docs - run: mkdocs build \ No newline at end of file + run: mkdocs build -f docs/mkdocs.yml \ No newline at end of file