Pull in build.sh

This commit is contained in:
Elnu 2022-02-28 14:22:30 -08:00 committed by GitHub
parent 8b538479a2
commit be20e4c908
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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