aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index 68fccce..89b7bd0 100644
--- a/action.yml
+++ b/action.yml
@@ -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