Skip to content

Commit d117d0c

Browse files
committed
build: update start script and CI with --html for building book
1 parent e165786 commit d117d0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Build the book
5353
- name: Build the book
5454
run: |
55-
jupyter-book build .
55+
jupyter-book build . --html
5656
5757
# Upload the book's HTML as an artifact
5858
- name: Upload artifact

start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
python -m bash_kernel.install
4-
cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
4+
mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
55
export PATH=$HOME/path_files:$PATH
66

77
exec "$@"

0 commit comments

Comments
 (0)