Skip to content

Commit

Permalink
fix(actions): missing matrix for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Apr 25, 2023
1 parent 0906e6f commit 10f86d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
docs:
name: "Build Docs"
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/[email protected]
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 10f86d2

Please sign in to comment.