Skip to content

Commit

Permalink
actions to automatically update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Jan 4, 2024
1 parent ea93f7b commit 006a33d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
pip install .
pip install -r docs/requirements-doc.txt
- name: Build and deploy documentation
- name: Build documentation
run: |
jupyter-book build docs
- name: Build and deploy documentation
- name: Deploy documentation
run: |
cd docs/_build/html
git config user.email "[email protected]"
Expand Down

0 comments on commit 006a33d

Please sign in to comment.