change file tree (#1859)
Co-authored-by: Chayenne <zhaochenyang@g.ucla.edu>
This commit is contained in:
10
.github/workflows/deploy-docs.yml
vendored
10
.github/workflows/deploy-docs.yml
vendored
@@ -38,14 +38,8 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
|
||||
run: |
|
||||
cd docs
|
||||
for nb in *.ipynb; do
|
||||
if [ -f "$nb" ]; then
|
||||
echo "Executing $nb"
|
||||
jupyter nbconvert --to notebook --execute --inplace "$nb" \
|
||||
--ExecutePreprocessor.timeout=600 \
|
||||
--ExecutePreprocessor.kernel_name=python3
|
||||
fi
|
||||
done
|
||||
make clean
|
||||
make compile
|
||||
|
||||
make html
|
||||
cd _build/html
|
||||
|
||||
Reference in New Issue
Block a user