Skip to content

Commit

Permalink
Update generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed Nov 22, 2024
1 parent e94e1c9 commit f719ae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generate_html.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pr_num=52
destination_dir=/global/cfs/cdirs/e3sm/www/$USER/data_docs_${pr_num}
web_page="https://portal.nersc.gov/cfs/e3sm/$USER/data_docs_${pr_num}/html/"

python generate_tables.py
#python generate_tables.py
cd ../docs/ && make html
rm -rf ls ${destination_dir}
mv _build ${destination_dir}
Expand Down

0 comments on commit f719ae6

Please sign in to comment.