We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d835b2d commit 569a934Copy full SHA for 569a934
samples/docs.sh
@@ -28,4 +28,4 @@ cp "${SCRIPT_DIR}/${NAME}/index.html" "${DOCS_DIR}/index.html"
28
cp "${SCRIPT_DIR}/${NAME}/style.css" "${DOCS_DIR}/style.css"
29
30
# Copy the data folder if one is found.
31
-[ -d "public" ] && cp -r public/* "${DOCS_DIR}/"
+# [ -d "public" ] && cp -r public/* "${DOCS_DIR}/"
0 commit comments