mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try moving search-index to static directory
This commit is contained in:
parent
991bdf4261
commit
d4b9f7d4f8
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
"stork": {
|
||||
"executable": "stork-executable",
|
||||
"toml": "static/stork.toml",
|
||||
"binary": "search-index.st"
|
||||
"binary": "static/search-index.st"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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 static/stork.toml --output search-index.st
|
||||
./stork-executable build --input static/stork.toml --output static/search-index.st
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue