remove old html at build, only build pages that have been updated
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
mkdir data
|
||||
(cd src; hy build.hy)
|
||||
rm -rf site/html
|
||||
mkdir -p site/{html,assets,scripts}
|
||||
cp -r src/output/* site/html
|
||||
echo 'html generated'
|
||||
|
Reference in New Issue
Block a user