forked from nat/natalieee.net
switch to using shell builtins for thought rendering
This commit is contained in:
@ -5,6 +5,7 @@ rm -rf site/html
|
||||
mkdir -p site/{html,assets,scripts}
|
||||
cp -r src/output/* site/html
|
||||
echo 'html generated'
|
||||
(cd ./src/scripts/builtins; ./build.sh)
|
||||
cp -r src/scripts site/
|
||||
echo 'scripts copied'
|
||||
cp -r src/assets site/
|
||||
|
Reference in New Issue
Block a user