mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
Revert "ci: Freeze pipenv version for avoiding issue on documentation generation"
This reverts commit 57cba0e088
.
This commit is contained in:
parent
42ffae2d2d
commit
41c727f251
1 changed files with 1 additions and 1 deletions
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Generate Documentation
|
||||
run: |
|
||||
cd Documentation/
|
||||
pip3 install pipenv==2021.5.29
|
||||
pip3 install pipenv
|
||||
pipenv install
|
||||
pipenv run make html
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Reference in a new issue