1 parent 44eec0c commit 881867dCopy full SHA for 881867d
1 file changed
.github/workflows/build-book.yml
@@ -24,7 +24,8 @@ jobs:
24
python -m pip list
25
- name: build book
26
run: |
27
- conda info
+ which jupyter-book
28
+ jupyter-book --version
29
jupyter-book build -W -n --keep-going howto
30
- name: Archive build artifacts
31
uses: actions/upload-artifact@v4
0 commit comments