Skip to content

Commit 2f16d80

Browse files
committed
Fix docs-ci workflow
1 parent debe913 commit 2f16d80

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docs-ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@ name: CI Documentation
22

33
on: [push, pull_request]
44

5+
56
jobs:
67
build:
78
runs-on: ubuntu-24.04
89

910
strategy:
1011
max-parallel: 4
1112
matrix:
12-
python-version: [3.10]
13+
python-version: [3.12]
1314

1415
steps:
1516
- name: Checkout code
16-
uses: actions/checkout@v5
17+
uses: actions/checkout@v4
1718

1819
- name: Set up Python ${{ matrix.python-version }}
1920
uses: actions/setup-python@v5
@@ -30,5 +31,3 @@ jobs:
3031
- name: Check for documentation style errors
3132
working-directory: ./docs
3233
run: ./scripts/doc8_style_check.sh
33-
34-

0 commit comments

Comments
 (0)