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 38cfee7 commit cc4dae1Copy full SHA for cc4dae1
build.sh
@@ -0,0 +1,2 @@
1
+curl https://raw.githubusercontent.com/mongodb/docs-worker-pool/netlify-poc/scripts/build-site.sh -o build-site.sh
2
+sh build-site.sh
netlify.toml
@@ -0,0 +1,6 @@
+[[integrations]]
+name = "snooty-cache-plugin"
3
+
4
+[build]
5
+publish = "snooty/public"
6
+command = ". ./build.sh"
0 commit comments