aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--action.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/action.yml b/action.yml
index 2e846b8..992f3ba 100644
--- a/action.yml
+++ b/action.yml
@@ -52,6 +52,10 @@ runs:
working-directory: action
run: ./create_notes.sh ../orgs
shell: bash
+ - name: Copy org/img to ui/public/img
+ working-directory: action
+ run: cp -r ../orgs/img ../ui/public/img
+ shell: bash
# build org-roam-ui
- name: Install org-roam-ui dependencies