mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 16:19:26 +00:00
build: update start script and CI with --html for building book
This commit is contained in:
parent
e165786be3
commit
d117d0ca6a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
||||||
# Build the book
|
# Build the book
|
||||||
- name: Build the book
|
- name: Build the book
|
||||||
run: |
|
run: |
|
||||||
jupyter-book build .
|
jupyter-book build . --html
|
||||||
|
|
||||||
# Upload the book's HTML as an artifact
|
# Upload the book's HTML as an artifact
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
|
||||||
2
start
2
start
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
|
mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
|
||||||
export PATH=$HOME/path_files:$PATH
|
export PATH=$HOME/path_files:$PATH
|
||||||
|
|
||||||
exec "$@"
|
exec "$@"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue