Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
- name: Clean old builds
run: rm -rf docs/_build

# FIX: Removed trailing slash to resolve EISDIR error
- name: Build Jupyter Book
run: jb build docs
run: jupyter-book build docs

- name: Deploy to GitHub Pages
run: ghp-import -n -p -f docs/_build/html
Loading