We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d1755 commit c6f8757Copy full SHA for c6f8757
build.sh
@@ -1,7 +1,7 @@
1
2
# Cleanup old assets
3
-find ../../keys-server/public/docs -mtime +30 -exec rm {} \;
4
-find ../../keys-server/public/assets -mtime +30 -exec rm {} \;
+find ../../keys-server/public/docs -mtime +90 -exec rm {} \;
+find ../../keys-server/public/assets -mtime +90 -exec rm {} \;
5
6
yarn vuepress build
7
0 commit comments