Corrected requirements filename
This commit is contained in:
parent
4dbc61d758
commit
53e3542800
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
run: python3 -m pip install -r ./requirements.txt
|
run: python3 -m pip install -r ./requirements.txt
|
||||||
|
|
||||||
- name: Install dev dependencies
|
- 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
|
- name: Build docs
|
||||||
run: (cd docssrc && make html)
|
run: (cd docssrc && make html)
|
||||||
|
|
@ -47,4 +47,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_branch: master
|
publish_branch: master
|
||||||
publish_dir: ./docs
|
publish_dir: ./docs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue