Pull in build.sh
This commit is contained in:
parent
8b538479a2
commit
be20e4c908
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -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 {} {} \;
|
||||
|
|
Loading…
Add table
Reference in a new issue