File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 2929 - name : Build Jupyter Book
3030 run : npm run build:book
3131
32- - name : List files in jupyter-books
33- run : ls -R jupyter-books
34-
3532 - name : Copy Jupyter Book to public
3633 run : npm run copy:book
3734
Original file line number Diff line number Diff line change 99 "lint" : " eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" ,
1010 "preview" : " vite preview" ,
1111 "build:book" : " cd jupyter-books && uv run jupyter-book build" ,
12- "copy:book" : " shx mkdir -p public/notes && shx cp -r jupyter-books/_build/html /* public/notes/"
12+ "copy:book" : " shx mkdir -p public/notes && shx cp -r jupyter-books/_build/site /* public/notes/"
1313 },
1414 "dependencies" : {
1515 "@emotion/react" : " ^11.14.0" ,
You can’t perform that action at this time.
0 commit comments