build: update start script and CI with --html for building book

This commit is contained in:
rzmk 2025-12-03 07:08:29 -05:00
parent e165786be3
commit d117d0ca6a
2 changed files with 2 additions and 2 deletions

2
start
View file

@ -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 "$@"