Corrected requirements filename

This commit is contained in:
Chapin Bryce 2020-10-15 06:57:21 -04:00 committed by GitHub
parent 4dbc61d758
commit 53e3542800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
run: python3 -m pip install -r ./requirements.txt
- name: Install dev dependencies
run: python3 -m pip install -r ./dev-requirements.txt
run: python3 -m pip install -r ./dev_requirements.txt
- name: Build docs
run: (cd docssrc && make html)
@ -47,4 +47,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: master
publish_dir: ./docs
publish_dir: ./docs