add-hugo-build #5

Merged
gec merged 18 commits from add-hugo-build into main 2024-03-15 12:02:22 +00:00
Showing only changes of commit 3944c28562 - Show all commits

View file

@ -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() {