Slowly but surely
Workflow for exporting .md files Yesterday I was able to build an action on drafts that automates the front matter format for posts on a page on Astro-Paper. The next step is to create a workflow for drafts or another text editor to automatically sync with the Github repository for the posts. After playing with several frustrating edits and attempts to deploy the page on Netlify, I came to the conclusion that it was best to build a flow that would export the content from the drafts application and save the file as a .md in the directory for posts. The current working directory for posts is the following: /Users/%$%^%$%^/Documents/GitHub/Catfix/astro-paper |-astro-paper |-src |-content |-blog ( This is where I need to export all posts if I am using my workflow locally) Can I create a Github Action For Netlify Deployment Process?