We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1107c58 commit 09dca8aCopy full SHA for 09dca8a
2 files changed
.github/workflows/deploy.yml
@@ -29,9 +29,6 @@ jobs:
29
- name: Build Jupyter Book
30
run: npm run build:book
31
32
- - name: List files in jupyter-books
33
- run: ls -R jupyter-books
34
-
35
- name: Copy Jupyter Book to public
36
run: npm run copy:book
37
package.json
@@ -9,7 +9,7 @@
9
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
10
"preview": "vite preview",
11
"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/"
+ "copy:book": "shx mkdir -p public/notes && shx cp -r jupyter-books/_build/site/* public/notes/"
13
},
14
"dependencies": {
15
"@emotion/react": "^11.14.0",
0 commit comments