add-hugo-build #5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ function unzip-website-data() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function build-website() {
|
function build-website() {
|
||||||
(cd $BUILDDIR; dir=$(ls); cd $dir; ./generate.sh;)
|
(cd $BUILDDIR; dir=$(ls); cd $dir; bash generate.sh;)
|
||||||
}
|
}
|
||||||
|
|
||||||
function move-website-files-to-target() {
|
function move-website-files-to-target() {
|
||||||
|
|
Loading…
Reference in a new issue