diff --git a/paper/viz/script/prepare_deploy.sh b/paper/viz/script/prepare_deploy.sh index 7c6d6e51..20c20ddd 100644 --- a/paper/viz/script/prepare_deploy.sh +++ b/paper/viz/script/prepare_deploy.sh @@ -10,8 +10,8 @@ cp *.html deploy python3 script/rename_py_files.py deploy python3 script/update_py_paths.py deploy/index.html deploy/index.html python3 script/update_epoch.py deploy/index.html deploy/index.html -python3 script/update_py_paths.py deploy/presentation.html deploy/presentation.html -python3 script/update_epoch.py deploy/presentation.html deploy/presentation.html +#python3 script/update_py_paths.py deploy/presentation.html deploy/presentation.html +#python3 script/update_epoch.py deploy/presentation.html deploy/presentation.html echo "== Prepared deploy directory. =="