Skip to content

Commit a4f480b

Browse files
committed
fix(actions): missing matrix for docs
1 parent af22469 commit a4f480b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
docs:
2222
name: "Build Docs"
2323
runs-on: ubuntu-latest
24+
strategy:
25+
matrix:
26+
python-version: ["3.8", "3.9", "3.10", "3.11"]
2427
steps:
2528
- uses: actions/[email protected]
2629
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)