diff --git a/deploy.py b/deploy.py index cd5f8b7..9fcefbb 100644 --- a/deploy.py +++ b/deploy.py @@ -15,7 +15,7 @@ chdir('html') for f in [i for i in listdir() if i.endswith('.html')]: # 1. Minify the index.html file using minify-html - minified_content = minify_html.minify(open(f, 'r').read(), minify_css=True, minify_css_level_3=True, do_not_minify_doctype=True) + minified_content = minify_html.minify(open(f, 'r').read(), minify_css=True, minify_doctype=False) # 2. Upload the file to an FTP server