Skip to content

Commit

Permalink
* fix wrong var in sphinx docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HYLcool committed Dec 6, 2024
1 parent 95e24e9 commit 9d38dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python_version }}
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@master
with:
python_version: ${{ matrix.python_version }}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9d38dc5

Please sign in to comment.