Skip to content

Commit d66e348

Browse files
committed
Update
1 parent 164bef9 commit d66e348

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-tutorials.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ jobs:
187187
echo "rm /opt/cache/bin/*" | docker exec -u root -i "${container_name}" bash
188188
189189
docker exec -t "${container_name}" sh -c ".jenkins/build.sh"
190-
docker exec -t "${container_name}" python "./post_process_notebooks.py"
191190
192191
- name: Upload docs preview
193192
uses: seemethere/upload-artifact-s3@v5

.jenkins/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
6161
# Step 3: Run `make docs` to generate HTML files and static files for these tutorials
6262
make docs
6363

64+
# Step 3.1: Run the post-processing script:
65+
python3 ../post_process_notebooks.py
66+
6467
# Step 4: If any of the generated files are not related the tutorial files we want to run,
6568
# then we remove them
6669
set +x

0 commit comments

Comments
 (0)