Try moving toml to static directory

This commit is contained in:
Sam Carlton 2022-05-10 12:21:28 -05:00
parent cfb442324c
commit 7084584009
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@
"config": { "config": {
"stork": { "stork": {
"executable": "stork-executable", "executable": "stork-executable",
"toml": "stork.toml", "toml": "static/stork.toml",
"binary": "search-index.st" "binary": "search-index.st"
} }
}, },

View file

@ -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 # curl https://files.stork-search.net/releases/v1.4.2/stork-macos-10-15 -o stork-executable
chmod +x 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