diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 87ed4cd..9879b14 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -26,4 +26,4 @@ jobs: restore-keys: | mkdocs-material- - run: pip install -r bindings/docs/requirements-doc.txt && pip install bindings/. - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: cd bindings && mkdocs gh-deploy --force \ No newline at end of file