Skip to content

Commit

Permalink
attempt to inclue juypter_execute directory in docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash committed Dec 5, 2023
1 parent 04020b1 commit e4e4fa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ jobs:
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
publish_dir: |
_build
jupyter_execute
force_orphan: true
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
]

nb_execution_timeout = 500
nb_execution_in_temp=True


# use type hints
Expand Down

0 comments on commit e4e4fa1

Please sign in to comment.