File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,6 @@ jobs:
187
187
echo "rm /opt/cache/bin/*" | docker exec -u root -i "${container_name}" bash
188
188
189
189
docker exec -t "${container_name}" sh -c ".jenkins/build.sh"
190
- docker exec -t "${container_name}" python "./post_process_notebooks.py"
191
190
192
191
- name : Upload docs preview
193
192
uses : seemethere/upload-artifact-s3@v5
Original file line number Diff line number Diff line change @@ -61,6 +61,9 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
61
61
# Step 3: Run `make docs` to generate HTML files and static files for these tutorials
62
62
make docs
63
63
64
+ # Step 3.1: Run the post-processing script:
65
+ python3 ../post_process_notebooks.py
66
+
64
67
# Step 4: If any of the generated files are not related the tutorial files we want to run,
65
68
# then we remove them
66
69
set +x
You can’t perform that action at this time.
0 commit comments