Skip to content

Commit ce9253b

Browse files
Create build.sh
1 parent 9b8322e commit ce9253b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ensures that we always use the latest version of the script
2+
if [ -f build-site.sh ]; then
3+
rm build-site.sh
4+
fi
5+
6+
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
7+
sh build-site.sh

0 commit comments

Comments
 (0)