Skip to content

Commit 5dcdfea

Browse files
committed
adding back the build.sh
1 parent db53260 commit 5dcdfea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
7+
curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
8+
sh build-site.sh

0 commit comments

Comments
 (0)