From d117d0ca6ae04b8ee96006df9e0723a30e17a365 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Wed, 3 Dec 2025 07:08:29 -0500 Subject: [PATCH] build: update start script and CI with --html for building book --- .github/workflows/publish.yml | 2 +- start | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 58ef1c4..0a38468 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -52,7 +52,7 @@ jobs: # Build the book - name: Build the book run: | - jupyter-book build . + jupyter-book build . --html # Upload the book's HTML as an artifact - name: Upload artifact diff --git a/start b/start index 50321e8..5736d04 100644 --- a/start +++ b/start @@ -1,7 +1,7 @@ #!/bin/bash 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 exec "$@" \ No newline at end of file