mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 00:29:25 +00:00
build: revert postBuild
This commit is contained in:
parent
99fbc74a44
commit
8017b365c7
2 changed files with 8 additions and 1 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
|
@ -11,6 +11,7 @@ on:
|
||||||
#
|
#
|
||||||
# paths:
|
# paths:
|
||||||
# - some-subfolder/**
|
# - some-subfolder/**
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
|
# This job installs dependencies, builds the book, and pushes it to `gh-pages`
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,13 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
pip install -e ./bash_kernel
|
pip install bash_kernel
|
||||||
python -m bash_kernel.install
|
python -m bash_kernel.install
|
||||||
|
|
||||||
|
mkdir path_files
|
||||||
export PATH=/home/jovyan/path_files:$PATH
|
export PATH=/home/jovyan/path_files:$PATH
|
||||||
|
cd path_files
|
||||||
|
curl -LO https://github.com/jqnatividad/qsv/releases/download/0.128.0/qsv-0.128.0-x86_64-unknown-linux-gnu.zip
|
||||||
|
unzip qsv-0.128.0-x86_64-unknown-linux-gnu.zip
|
||||||
|
rm qsv*
|
||||||
|
cd ..
|
||||||
Loading…
Add table
Add a link
Reference in a new issue