mirror of https://gitlab.com/octtspacc/sitoctt
18 lines
378 B
Bash
Executable File
18 lines
378 B
Bash
Executable File
#!/bin/sh
|
|
|
|
Time=time
|
|
|
|
source ./.env
|
|
python3 -m cProfile \
|
|
-s $Time \
|
|
../staticoso/Source/Build.py \
|
|
--SiteDomain="https://sitoctt.octt.eu.org" \
|
|
--FolderRoots="{'*':'https://octtspacc.gitlab.io', 'Assets':'https://octtspacc.gitlab.io/sitoctt-assets'}" \
|
|
--Minify="False" \
|
|
--DiffBuild="True" \
|
|
> /tmp/staticoso-$Time.txt
|
|
|
|
|
|
#--DiffBuild="True" \
|
|
#--GemtextOutput=True \
|