ci: Freeze pipenv version for avoiding issue on documentation generation
Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
parent
df44aca932
commit
57cba0e088
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
- name: Generate Documentation
|
||||
run: |
|
||||
cd Documentation/
|
||||
pip3 install pipenv
|
||||
pip3 install pipenv==2021.5.29
|
||||
pipenv install
|
||||
pipenv run make html
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user