Remove git pull from build script

main
Elnu 1 year ago
parent 769fef28b6
commit f8ea316fbd

@ -1,4 +1,3 @@
#!/bin/bash
git pull
hugo
find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null

Loading…
Cancel
Save