Skip to content

Commit f719ae6

Browse files
committed
Update generator script
1 parent e94e1c9 commit f719ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/generate_html.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pr_num=52
77
destination_dir=/global/cfs/cdirs/e3sm/www/$USER/data_docs_${pr_num}
88
web_page="https://portal.nersc.gov/cfs/e3sm/$USER/data_docs_${pr_num}/html/"
99

10-
python generate_tables.py
10+
#python generate_tables.py
1111
cd ../docs/ && make html
1212
rm -rf ls ${destination_dir}
1313
mv _build ${destination_dir}

0 commit comments

Comments
 (0)