Pull in build.sh

main
Elnu 3 years ago committed by GitHub
parent 8b538479a2
commit be20e4c908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save