-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Online documentation #12
Comments
@SimonDanisch Could you please add the public key if you did not already? It might fix it. Thanks! |
For what do you actually need that? I think I set that for travis, but I see that travis isn't even used :D |
GLMakie shows how to setup xvfb to open windows: https://github.com/JuliaPlots/GLMakie.jl/blob/master/.github/workflows/ci.yml |
Yes, I think we should switch to github-actions. I already pushed some workflows for documentation As for Documenter, it is used with a SSH deploy key, but it has trouble fetching the repo: And from the error, it seems that we do need a public key along with the private key. From the repos I've been working on it has always been the case. Maybe authentication can be done with a Github Actions token, but apparently it does not build gh-pages. Also, is there a way to retrigger a build? I can do it on my repos, but not here, so I can't test whether Documenter works without pushing a new commit. |
@SimonDanisch could you please try to re-generate the private key and the public key via using DocumenterTools
DocumenterTools.genkeys() to try to solve this issue? By re-reading the error message I posted above, the very first line actually indicates an invalid format. |
I would like to deploy some initial online documentation, but for this a
DOCUMENTER_KEY
variable must be set, as described in the Documenter docs. I currently don't have the permissions to add such a key, so would it be possible for someone with the right accesses to do that?The text was updated successfully, but these errors were encountered: