[+] Copy packed data in deploy script

This commit is contained in:
Hykilpikonna
2021-12-13 20:51:33 -05:00
parent 2bb09ddc99
commit 4aa0088cb0
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
# abort on errors
set -e
cp ../data/packed/processed.7z ./src/dist/processed-data.7z
# navigate into the build output directory
cd src/dist
+3 -1
View File
@@ -73,7 +73,9 @@ if __name__ == '__main__':
# Generate all visualization reports and graphs
report_all()
####################
# Write HTML for deploying to GitHub Pages
write_html()
# Serve webpage
serve_report()