Skip to content

Commit

Permalink
Workflow:Use the doc specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenti Luciano - x_lulorent committed Jul 26, 2023
1 parent eb0800d commit 965c9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python -m pip install --upgrade nbconvert
python -m pip install jinja2
if [ -f requirements.txt ]; then python -m pip install -r requirements.txt; fi
python -m pip install -e $GITHUB_WORKSPACE
python -m pip install -e $GITHUB_WORKSPACE[doc]
- name: Deploy docs
Expand Down

0 comments on commit 965c9d2

Please sign in to comment.