Fix the bug in the docs step of the publishing job
This commit is contained in:
parent
2c998b8448
commit
f54604fc14
|
@ -115,8 +115,8 @@ jobs:
|
|||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.12
|
||||
- run: pip install -r requirements-doc.txt
|
||||
- run: pip install awscli
|
||||
- run: pip install -r requirements-doc.txt
|
||||
- run: pip install -e .
|
||||
- run: (cd docs && make clean html)
|
||||
- run: |
|
||||
|
|
Loading…
Reference in New Issue