Skip to content

Commit e230c80

Browse files
committed
updte
1 parent 73359e2 commit e230c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: jupyter-book --version
3636

3737
- name: Build the book
38-
run: jupyter-book build chapters
38+
run: jupyter-book build ./chapters
3939

4040
- name: Debug - Check if HTML build exists
4141
run: ls -la chapters/_build/html || echo "HTML build directory missing!"

0 commit comments

Comments
 (0)