Skip to content

Commit ca9b90c

Browse files
committed
fix bug in gha for doc build
1 parent e5e872e commit ca9b90c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
init-shell: bash
2323

2424
# Build the package documentaion
25-
- name: Build Package Documentation
25+
- name: Build Jupyter Book
26+
shell: bash -l {0}
2627
run: |
28+
micromamba activate map-binning
2729
jupyter-book build doc/
2830
2931
# Deploy to GitHub Pages

0 commit comments

Comments
 (0)