sitoctt/Scripts/Produce.sh

11 lines
182 B
Bash
Raw Normal View History

2024-08-25 17:18:20 +02:00
#!/bin/sh
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
cd "${swd}/.."
export HUGO_ENV=production
sh "${swd}/Clean.sh"
2024-09-02 18:44:31 +02:00
sh "${swd}/Build.sh"
2024-08-25 17:18:20 +02:00
sh "${swd}/Redirects.sh"
cd "${owd}"