Skip to content

Commit 569a934

Browse files
authored
Update docs.sh to comment out broken part (#787)
1 parent d835b2d commit 569a934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ cp "${SCRIPT_DIR}/${NAME}/index.html" "${DOCS_DIR}/index.html"
2828
cp "${SCRIPT_DIR}/${NAME}/style.css" "${DOCS_DIR}/style.css"
2929

3030
# Copy the data folder if one is found.
31-
[ -d "public" ] && cp -r public/* "${DOCS_DIR}/"
31+
# [ -d "public" ] && cp -r public/* "${DOCS_DIR}/"

0 commit comments

Comments
 (0)