Skip to content

Commit

Permalink
Merge pull request #7029 from drew2a/fix/documentation_yml
Browse files Browse the repository at this point in the history
Specify the `requirements-key` parameter for `documentation.yml`
  • Loading branch information
drew2a authored Sep 1, 2022
2 parents fe1151b + bb1623d commit 15675ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
with:
python-version: ${{inputs.python-version}}
requirements: ./doc/requirements.txt
requirements-key: ./doc/requirements*.txt

- name: Build documentation
run: |
Expand Down

0 comments on commit 15675ef

Please sign in to comment.