aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
authorShotaro Aoki <ikoamu@gmail.com>2024-09-16 00:10:50 +0900
committerGitHub <noreply@github.com>2024-09-16 00:10:50 +0900
commitce8a263fa24644083ba7be508b6f6916b5f2b9a5 (patch)
treeeebd6291b1416916cac3c13e76a99646358f4f82 /action.yml
parent3a618f8defb382a76e19c9255bb60262e12421f1 (diff)
parent2c6f5c08beaa73b9d166370a605f9b505f29b480 (diff)
Merge pull request #26 from thargosu/fuse_index
Fuse index
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/action.yml b/action.yml
index af51b3b..b3437df 100644
--- a/action.yml
+++ b/action.yml
@@ -72,6 +72,14 @@ runs:
working-directory: action
run: cp --force searchdata.json ../ui/components/Search/
shell: bash
+ - name: Create Search index
+ working-directory: action
+ run: node build-index.js
+ shell: bash
+ - name: Copy fuse-index.json to ../ui/components/Search
+ working-directory: action
+ run: cp --force fuse-index.json ../ui/components/Search/
+ shell: bash
- name: Copy org/img to ui/public/
working-directory: action
run: |