From 4c4ba2b67cde80f8e20b1b6ce2480788b7134c6d Mon Sep 17 00:00:00 2001 From: ikoamu Date: Sun, 4 Feb 2024 20:15:00 +0900 Subject: Add org/img to ui/public/img --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'action.yml') 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 -- cgit