Use explicit homebrew Hugo install path in build script

main
Elnu 3 years ago
parent fba1c423d8
commit 49200c952f

@ -1,2 +1,2 @@
#!/bin/bash #!/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…
Cancel
Save