JuliaDocs / DocumenterTools.jl

Extra tools for setting up Documenter
Other
30 stars 19 forks source link

Run ssh-keygen in a temporary directory #65

Closed mortenpi closed 2 years ago

mortenpi commented 2 years ago

Fix #64.

mortenpi commented 2 years ago

@AshlinHarris could you double check if this branch works okay for you? The usual:

pkg> activate --temp
pkg> add DocumenterTools#mp/show-genkeys-error
julia> using DocumenterTools
julia> DocumenterTools.genkeys()

should work.

AshlinHarris commented 2 years ago

@mortenpi Yes, everything works on this branch. Cheers!

mortenpi commented 2 years ago

Cool! Thanks for your help with debugging this @AshlinHarris!