Skip to content

Commit f2c3cd7

Browse files
committed
update
1 parent 0574abc commit f2c3cd7

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.jenkins/build.sh

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,14 @@ if [[ "${JOB_TYPE}" == "worker" ]]; then
5656
# Files to run must be accessible to subprocessed (at least to `download_data.py`)
5757
export FILES_TO_RUN
5858

59-
# Step 3: Run `make docs` to generate HTML files and static files for these tutorials
60-
make docs
59+
make download
60+
python .jenkins/sphinx_files.py
61+
mkdir docs
62+
cp -r beginner docs
63+
cp -r intermediate docs
64+
cp -r prototype docs
65+
cp -r recipes docs
66+
cp -r advanced docs
6167

6268
# Step 3.1: Run the post-processing script:
6369
python .jenkins/post_process_notebooks.py

0 commit comments

Comments
 (0)