Skip to content

Commit d751619

Browse files
committed
Update
1 parent d66e348 commit d751619

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
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-
191190
- name: Upload docs preview
192191
uses: seemethere/upload-artifact-s3@v5
193192
if: ${{ github.event_name == 'pull_request' }}

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
6262
make docs
6363

6464
# Step 3.1: Run the post-processing script:
65-
python3 ../post_process_notebooks.py
65+
python .jenkins/post_process_notebooks.py
6666

6767
# Step 4: If any of the generated files are not related the tutorial files we want to run,
6868
# then we remove them
File renamed without changes.

0 commit comments

Comments
 (0)