Closed alexlenail closed 3 years ago
Thank you for opening an issue. If this issue is related to a bug, please follow the steps and provide the information outlined in the Troubleshooting Guide. Failure to follow these instructions may result in automatic closing of this issue.
re-creating _posts/
solved the issue. Should that be added to the build step?
Not sure why you don't have _posts/
that folder is in this repo. I think you may have deleted it?
Also yes, _posts
is a required directory. I think this error is a good thing. I'll add something to that directory's README to warn users not to delete it.
I merged a feature branch into master with some updates to a notebook, and my posts disappeared. Looking through the build, for every notebook I see:
In this merge commit, I deleted the posts in
_posts/notebook.md
because I thought the github actions would create those files anyways. Am I thinking about fastpages incorrectly? Or is it just that I need to have a non-empty_posts/
folder for the CI job to work...?