diff options
author | ikoamu <ikoamu@gmail.com> | 2024-04-07 19:42:59 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-04-07 19:42:59 +0900 |
commit | 283887a8cfda2d509f6bcd6dadca919c3c874e61 (patch) | |
tree | f9ee2abcc855f070e0e09f75d62cfd6839364128 /action.yml | |
parent | 5bd6bb734c2781d9809e3ab621127b3bddf56d99 (diff) |
feat generate searchdata script
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -58,7 +58,15 @@ runs: shell: bash - name: Create Notes working-directory: action - run: ./create_notes.sh ../orgs/${{ inputs.org-roam-directory }} + run: ./create_notes.sh ../orgs/${{ inputs .org-roam-directory }} + shell: bash + - name: Create Search data + working-directory: action + run: npm run generate:search + shell: bash + - name: Copy seachdata.json to ../ui/components/Search + working-directory: action + run: cp --force searchdata.json ../ui/components/Search/ shell: bash - name: Copy org/img to ui/public/ working-directory: action |