mirror of
https://github.com/1f349/1f349.com.git
synced 2024-11-12 22:51:39 +00:00
Copy assets directory as well
This commit is contained in:
parent
33f7a41858
commit
99e27c0fdc
@ -3,7 +3,9 @@ function mp() {
|
||||
echo " <meta property=\"$1\" content=\"$2\">"
|
||||
}
|
||||
|
||||
rm -rf "build/"
|
||||
rm -rf build/
|
||||
mkdir build/
|
||||
cp -r assets/ build/assets/
|
||||
find . -name '*.page' -print0 |
|
||||
while IFS= read -r -d '' ff; do
|
||||
d=`dirname "$ff"`
|
||||
|
Loading…
Reference in New Issue
Block a user