From 7567e73bb0b762f308a878e23358cc638bc88f12 Mon Sep 17 00:00:00 2001 From: Lu Baumann Date: Wed, 18 Oct 2023 16:00:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3506ed1..2ecd2ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # logseq-publish-excalidraw-to-svg Excalidraw drawings are not rendered when published in logseq. This action makes sure that they are converted to svg and inserts the svgs +This needs a helper repo or branch to upload the svgs to. + ## Example action: ```yaml @@ -30,4 +32,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: folder: www -``` \ No newline at end of file +```