diff --git a/.github/workflows/deploy_docs_github_pages.yml b/.github/workflows/deploy_docs_github_pages.yml index ebbfb41..1aa3a49 100644 --- a/.github/workflows/deploy_docs_github_pages.yml +++ b/.github/workflows/deploy_docs_github_pages.yml @@ -32,17 +32,11 @@ jobs: with: enable-cache: true - - name: Set up Python - run: uv python install 3.12 - - - name: Install documentation dependencies - run: uv sync --extra doc - - name: Configure GitHub Pages uses: actions/configure-pages@v5 - name: Build documentation - run: uv run mkdocs build --site-dir _site + run: uvx --python 3.12 --with "mkdocs-material[imaging]" --with mkdocstrings-python mkdocs build --site-dir _site - name: Upload Pages artifact uses: actions/upload-pages-artifact@v4