I have some slides created using the Advanced Slides plugin. The markdown is stored in a GitHub repo and i’d like to publish the resultant slides as GitHub pages. I can do this by using the “Export as html” feature and then committing the export directory but I’d like to do this automatically in a GitHub Action.
Is there any way to run Obsidian and specifically this “Export as html” as a command in a GitHub action?