GitHub wikis are backed by a git repository (e.g., https://github.com/drdoctr/doctr.wiki.git). I haven't checked, but assuming a deploy key allows pushing to a wiki, we should add support for it. This would likely just be detecting if the repo name ends in .wiki and stripping it when uploading the key in doctr configure.
GitHub wikis are backed by a git repository (e.g., https://github.com/drdoctr/doctr.wiki.git). I haven't checked, but assuming a deploy key allows pushing to a wiki, we should add support for it. This would likely just be detecting if the repo name ends in
.wikiand stripping it when uploading the key in doctr configure.