Don't run hugo with --minify as long as it kills the "Donate" page button layout

This commit is contained in:
Colin Finck 2020-03-21 13:37:52 +01:00
parent 3ab61f27e1
commit fa85fd9236
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -23,7 +23,7 @@ while true; do
# Build the production website.
sed -i "s#baseURL = \".*\"#baseURL = \"https://reactos.org/\"#" config.toml
sed -i "s#development_banner_text = \".*\"##" config.toml
hugo --minify
hugo
# Deploy it.
# Uses the renameat2 tool from https://gist.github.com/eatnumber1/f97ac7dad7b1f5a9721f to exchange directories atomically.