Use explicit homebrew Hugo install path in build script
This commit is contained in:
parent
fba1c423d8
commit
49200c952f
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
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…
Add table
Reference in a new issue