@@ -33,5 +33,5 @@ If the markdowns folder is empty, the image will insert the following into the
## Building
-run.sh - build docker image kinisi/vuepress and push to docker,io
+dockerbuild/build.sh - build docker image kinisi/vuepress and push to docker,io
@@ -51,6 +51,7 @@ let sidebar = [];
tree.children.forEach(child => {
if (child.name == ".vuepress") return;
if (child.name == ".npmignore") return;
+ if (child.name.endsWith(".swp") ) return;
sidebar.push(transform_sidebar(child));
});