We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e165786 commit d117d0cCopy full SHA for d117d0c
.github/workflows/publish.yml
@@ -52,7 +52,7 @@ jobs:
52
# Build the book
53
- name: Build the book
54
run: |
55
- jupyter-book build .
+ jupyter-book build . --html
56
57
# Upload the book's HTML as an artifact
58
- name: Upload artifact
start
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
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"
+mkdir ~/path_files && cd ~/path_files && curl -LO "https://mk-sb.dathere.com/storage/v1/object/public/public-qsv-binaries/100/qsv"
5
export PATH=$HOME/path_files:$PATH
6
7
exec "$@"
0 commit comments