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 8008adb commit d5cf169Copy full SHA for d5cf169
build.sh
@@ -0,0 +1,8 @@
1
+@@ -0,0 +1,7 @@
2
+# ensures that we always use the latest version of the script
3
+if [ -f build-site.sh ]; then
4
+ rm build-site.sh
5
+fi
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
netlify.toml
@@ -0,0 +1,6 @@
+[[integrations]]
+name = "snooty-cache-plugin"
+[build]
+publish = "snooty/public"
+command = ". ./build.sh"
0 commit comments