Merge build.sh versions

main
Elnu 3 years ago
commit 786def80a6

@ -1,2 +1,3 @@
#!/bin/bash #!/bin/bash
git pull;
/home/linuxbrew/.linuxbrew/bin/hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \; /home/linuxbrew/.linuxbrew/bin/hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;

Loading…
Cancel
Save