[+] Copy packed data in deploy script
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
# abort on errors
|
# abort on errors
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
cp ../data/packed/processed.7z ./src/dist/processed-data.7z
|
||||||
|
|
||||||
# navigate into the build output directory
|
# navigate into the build output directory
|
||||||
cd src/dist
|
cd src/dist
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -73,7 +73,9 @@ if __name__ == '__main__':
|
|||||||
# Generate all visualization reports and graphs
|
# Generate all visualization reports and graphs
|
||||||
report_all()
|
report_all()
|
||||||
|
|
||||||
####################
|
# Write HTML for deploying to GitHub Pages
|
||||||
|
write_html()
|
||||||
|
|
||||||
# Serve webpage
|
# Serve webpage
|
||||||
serve_report()
|
serve_report()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user