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 70f0a73 commit 428549bCopy full SHA for 428549b
build.sh
@@ -3,6 +3,10 @@ if [ -f build-site.sh ]; then
3
rm build-site.sh
4
fi
5
6
-
+if [ -d "source" ]; then
7
+ rm -rf source
8
+fi
9
+git submodule update --init --recursive
10
+mkdir source && cp -r laravel-mongodb/docs/* source
11
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
-sh build-site.sh
12
+sh build-site.sh
0 commit comments