Remove git pull from build script
This commit is contained in:
parent
769fef28b6
commit
f8ea316fbd
1 changed files with 0 additions and 1 deletions
1
build.sh
1
build.sh
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git pull
|
|
||||||
hugo
|
hugo
|
||||||
find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null
|
find public -name '*.html' -type f -exec tidy --quiet yes --drop-empty-elements no --hide-comments yes -mq '{}' \; &> /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue