Support no .git folder - Can't mdbook build: called Option::unwrap() on a None value #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi there! I'm having some issues with running the
mdbook buildcommandLooks like it can't find the
book rootEdit: I think it's because I don't have a
.gitfolder, which is because of how my CI is setup. I'd like to be able to set my git using some sort of other setting inbook.tomlThis plugin looks for the
.gitfolder to determine the root of the project. I'm not eager to support another way, so if you want to use it all you have to do in your CI setup ismkdir $PROJECT_ROOT/.gitand it should work.