chore(ci): replace docs artifact with readthedocs previews · python-gitlab/python-gitlab@193c5de

Original file line numberDiff line numberDiff line change

@@ -26,18 +26,13 @@ jobs:

2626

- name: Set up Python

2727

uses: actions/setup-python@v5.4.0

2828

with:

29-

python-version: "3.12"

29+

python-version: "3.13"

3030

- name: Install dependencies

3131

run: pip install tox

3232

- name: Build docs

3333

env:

3434

TOXENV: docs

3535

run: tox

36-

- name: Archive generated docs

37-

uses: actions/upload-artifact@v4.6.0

38-

with:

39-

name: html-docs

40-

path: build/sphinx/html/

4136
4237

twine-check:

4338

runs-on: ubuntu-24.04

@@ -46,7 +41,7 @@ jobs:

4641

- name: Set up Python

4742

uses: actions/setup-python@v5.4.0

4843

with:

49-

python-version: "3.12"

44+

python-version: "3.13"

5045

- name: Install dependencies

5146

run: pip install tox twine wheel

5247

- name: Check twine readme rendering