Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 80d044f

Browse files
committed
moving back to book dir, fix actions workflow
1 parent 6cfb601 commit 80d044f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
- name: Build book
3939
run: |
40-
uv run jupyter-book build book/
40+
cd book && uv run myst build --html
4141
4242
- name: Deploy to GitHub Pages
4343
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)