mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
14
Scripts/Update.sh
Executable file
14
Scripts/Update.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
||||
cd "${swd}/.."
|
||||
|
||||
mkdir -p ./build
|
||||
cd ./build
|
||||
sh "${swd}/Build.sh"
|
||||
|
||||
"${Python3}" "${swd}/Translate/Main.py"
|
||||
sh "${swd}/Translate/Apply.sh"
|
||||
hugo $@
|
||||
sh "${swd}/Translate/Push.sh"
|
||||
|
||||
cd "${owd}"
|
Reference in New Issue
Block a user