Skip to content

Commit a2ffeda

Browse files
committed
add netlify files
1 parent 296a28e commit a2ffeda

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[[integrations]]
2+
name = "snooty-cache-plugin"
3+
4+
[build]
5+
publish = "snooty/public"
6+
command = ". ./build.sh"

0 commit comments

Comments
 (0)