From 7487b45cb658e2f9e62727aba9ea2caa9ea1b86c Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 8 Feb 2025 00:16:35 +0100 Subject: [PATCH] chore(ci): replace docs artifact with readthedocs previews --- .github/workflows/docs.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0c8b25f90..cdaaf54d2 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,18 +26,13 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.4.0 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: pip install tox - name: Build docs env: TOXENV: docs run: tox - - name: Archive generated docs - uses: actions/upload-artifact@v4.6.0 - with: - name: html-docs - path: build/sphinx/html/ twine-check: runs-on: ubuntu-24.04 @@ -46,7 +41,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.4.0 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: pip install tox twine wheel - name: Check twine readme rendering