Skip to content

Commit 09dca8a

Browse files
site directory
1 parent 1107c58 commit 09dca8a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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",

0 commit comments

Comments
 (0)