Skip to content

Commit

Permalink
trying to build tutorials again on docsite
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Dec 22, 2023
1 parent 4ced6c0 commit 2e793e2
Show file tree
Hide file tree
Showing 5 changed files with 28,578 additions and 509 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e . -vvv
pip install addict
- name: Install documentation dependencies
run: |
Expand All @@ -48,7 +47,7 @@ jobs:
- name: Move tutorials to docs/source/tutorials
run: |
cp tutorials/*.ipynb docs/source/tutorials
cp tutorials/Tutorial*.ipynb docs/source/tutorials
- name: Build documentation
run: |
Expand Down
Loading

0 comments on commit 2e793e2

Please sign in to comment.