Fix the bug in the docs step of the publishing job

This commit is contained in:
Roman Mogylatov 2024-08-08 21:29:02 -04:00
parent 2c998b8448
commit f54604fc14
1 changed files with 1 additions and 1 deletions

View File

@ -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: |