Skip to content

Commit 24e4c66

Browse files
authored
递归复制
1 parent 21f9c22 commit 24e4c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_build/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ for config in ./_build/config.*.yml; do
4545
rm -rf ./_site_temp/feed.xml
4646
rm -rf ./_site_temp/robots.txt
4747
rm -rf ./_site_temp/sitemap.xml
48-
cp ./_site_temp/* ./_site/
48+
cp -r ./_site_temp/* ./_site/
4949
done

0 commit comments

Comments
 (0)