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

rust
Elnu 3 years ago
commit 570c6686b9

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