Skip to content

Commit

Permalink
Add Run Notebooks step back
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun-Dutta authored Jul 26, 2024
1 parent cd0f238 commit 77e3950
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,10 @@ jobs:
run: |
python3 tools/scripts/add_online_runner.py
#- name: run Notebooks
# run: |
# cd docs/demos/jupyter
# bash test_notebook.sh
- name: run Notebooks
run: |
cd docs/demos/jupyter
bash test_notebook.sh
#Phase III: Retrive Current Website
#This phase retrieves the current version of the website that is stored in S3. The key pieces are the index.html and versions.json which serve as the landing page and the tracker of previous versions.
Expand Down

0 comments on commit 77e3950

Please sign in to comment.