Skip to content

Commit 7f56233

Browse files
committed
tc
1 parent 3285269 commit 7f56233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
121121
7z a worker_${WORKER_ID}.7z docs
122122
awsv2 s3 cp worker_${WORKER_ID}.7z s3://${BUCKET_NAME}/${COMMIT_ID}/worker_${WORKER_ID}.7z
123123
elif [[ "${JOB_TYPE}" == "manager" ]]; then
124+
export RUNTHIS=""
124125
# Step 1: Generate no-plot HTML pages for all tutorials
125126
pip3 install -e git+https://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
126127
make html-noplot

0 commit comments

Comments
 (0)