From 708458400968f7ff1c20ba85d5e396f587d3fda2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Tue, 10 May 2022 12:21:28 -0500 Subject: [PATCH] Try moving toml to static directory --- package.json | 2 +- scripts/stork-netlify.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7bda9f3..4ad75c5 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "config": { "stork": { "executable": "stork-executable", - "toml": "stork.toml", + "toml": "static/stork.toml", "binary": "search-index.st" } }, diff --git a/scripts/stork-netlify.sh b/scripts/stork-netlify.sh index e2ce29d..4bf0d63 100755 --- a/scripts/stork-netlify.sh +++ b/scripts/stork-netlify.sh @@ -7,4 +7,4 @@ curl https://files.stork-search.net/releases/v1.4.2/stork-amazon-linux -o stork- # curl https://files.stork-search.net/releases/v1.4.2/stork-macos-10-15 -o stork-executable chmod +x stork-executable -./stork-executable build --input stork.toml --output search-index.st +./stork-executable build --input static/stork.toml --output search-index.st