This commit is contained in:
2024-09-02 18:44:31 +02:00
parent 8516703bc4
commit 00b4dd68f6
11 changed files with 108 additions and 51 deletions

View File

@ -4,7 +4,7 @@ cd "${swd}/.."
export HUGO_ENV=production
sh "${swd}/Clean.sh"
sh "${swd}/Update.sh"
sh "${swd}/Build.sh"
sh "${swd}/Redirects.sh"
cd "${owd}"