Skip to content

Commit

Permalink
Update release-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Nov 9, 2023
1 parent 4c72b02 commit 338ba01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@ jobs:
- name: Execute notebooks
run: |
poetry shell
source $VENV
make execute-notebooks
- name: Build docs
run: make doc
run: |
source $VENV
make doc
- name: Deploy docs
env:
Expand Down

0 comments on commit 338ba01

Please sign in to comment.