Skip to content

Commit c6f8757

Browse files
committed
Update build.sh
1 parent 01d1755 commit c6f8757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# Cleanup old assets
3-
find ../../keys-server/public/docs -mtime +30 -exec rm {} \;
4-
find ../../keys-server/public/assets -mtime +30 -exec rm {} \;
3+
find ../../keys-server/public/docs -mtime +90 -exec rm {} \;
4+
find ../../keys-server/public/assets -mtime +90 -exec rm {} \;
55

66
yarn vuepress build
77

0 commit comments

Comments
 (0)