Merge branch 'main' of github.com:ElnuDev/tegakituesday.com into main

This commit is contained in:
Elnu 2022-03-01 21:52:19 -08:00
commit 570c6686b9
2 changed files with 14 additions and 13 deletions

View file

@ -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 {} {} \;