From d8faad9f10ce258a98ab691831d9f18e067f3fbc Mon Sep 17 00:00:00 2001 From: Henry Webel Date: Mon, 20 Jan 2025 13:38:26 +0100 Subject: [PATCH] :zap: only run docs for one python version, save only once - could be not saved at at... --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3136fca..db33ed3 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.11"] steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} @@ -36,7 +36,7 @@ jobs: cd docs sphinx-build -n --keep-going -b html ./ ./_build/ - name: save artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Sphinx_${{ matrix.python-version }} path: docs/_build/