We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debe913 commit 2f16d80Copy full SHA for 2f16d80
1 file changed
.github/workflows/docs-ci.yml
@@ -2,18 +2,19 @@ name: CI Documentation
2
3
on: [push, pull_request]
4
5
+
6
jobs:
7
build:
8
runs-on: ubuntu-24.04
9
10
strategy:
11
max-parallel: 4
12
matrix:
- python-version: [3.10]
13
+ python-version: [3.12]
14
15
steps:
16
- name: Checkout code
- uses: actions/checkout@v5
17
+ uses: actions/checkout@v4
18
19
- name: Set up Python ${{ matrix.python-version }}
20
uses: actions/setup-python@v5
@@ -30,5 +31,3 @@ jobs:
30
31
- name: Check for documentation style errors
32
working-directory: ./docs
33
run: ./scripts/doc8_style_check.sh
-
34
0 commit comments