Update README.md
This commit is contained in:
parent
5156ea1a1b
commit
7567e73bb0
@ -1,6 +1,8 @@
|
|||||||
# logseq-publish-excalidraw-to-svg
|
# 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
|
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:
|
## Example action:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -30,4 +32,4 @@ jobs:
|
|||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
folder: www
|
folder: www
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user