You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #460 and documented in the Documenter docstring, setting up a new package currently requires manually running
using DocumenterTools
DocumenterTools.genkeys(user="MyUser", repo="MyPackage.jl")
which prints instructions on how to add the DOCUMENTER_KEY SSH key to GitHub or Travis.
This step could be automated for templates using both Documenter and GitHubActions plugins (or Documenter and TravisCI) by printing the output of DocumenterTools' genkeys at the end of the template generation.
The text was updated successfully, but these errors were encountered:
As discussed in #460 and documented in the
Documenter
docstring, setting up a new package currently requires manually runningwhich prints instructions on how to add the
DOCUMENTER_KEY
SSH key to GitHub or Travis.This step could be automated for templates using both
Documenter
andGitHubActions
plugins (orDocumenter
andTravisCI
) by printing the output of DocumenterTools'genkeys
at the end of the template generation.The text was updated successfully, but these errors were encountered: