File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 with :
3636 name : jupyterbook
3737 path : _build/html/*
38+ if-no-files-found : error
3839
3940
4041 build-pyodide :
5354 with :
5455 name : jupyterlite
5556 path : _output/*
57+ if-no-files-found : error
5658
5759
5860 deploy :
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ rich = ">=11"
2626
2727[tasks ]
2828lab = " jupyter lab"
29- book = " python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter- book build --execute"
30- book-ci = " python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter- book build --execute --ci"
31- pdf = " python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter- book build --pdf --execute"
29+ book = " python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter book build --execute --html "
30+ book-ci = " python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter book build --execute --ci --html "
31+ pdf = " python -m ipykernel install --user --name conda-env-level-up-your-python-py && jupyter book build --pdf --execute"
You can’t perform that action at this time.
0 commit comments