mirror of
https://github.com/Unidata/python-awips.git
synced 2025-02-23 14:57:56 -05:00
Update sphinx_build_deploy.yml
spelling mistake for "requirements.txt"
This commit is contained in:
parent
e55c9ff647
commit
ad299381c3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sphinx_build_deploy.yml
vendored
2
.github/workflows/sphinx_build_deploy.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt install pandoc
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txxt
|
||||
pip install -r requirements.txt
|
||||
|
||||
- name: Build Sphinx documentation
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue