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 +```