Update README.md

This commit is contained in:
Lu Baumann 2023-10-18 16:00:38 +02:00 committed by GitHub
parent 5156ea1a1b
commit 7567e73bb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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