Merge branch 'main' of github.com:ElnuDev/tegakituesday.com into main
This commit is contained in:
commit
570c6686b9
2 changed files with 14 additions and 13 deletions
3
build.sh
3
build.sh
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
hugo && find public -path "*.html" -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -o {} {} \;
|
git pull;
|
||||||
|
/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