-
Notifications
You must be signed in to change notification settings - Fork 81
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
Compose docs not deploying #410
Comments
i created a new ssh key and secret. there error now is:
|
Thanks! The Gadfly docs have been deploying when PRs -> master (e.g. from GiovineItalia/Gadfly.jl#1513), so let's see what happens with the next Compose PR? |
After #415 was merged (actions link): ┌ Info: Deployment criteria for deploying devbranch build from GitHub Actions:
│ - ✔ ENV["GITHUB_REPOSITORY"]="GiovineItalia/Compose.jl" occurs in repo="github.com/GiovineItalia/Compose.jl.git"
│ - ✔ ENV["GITHUB_EVENT_NAME"]="push" is "push"
│ - ✔ ENV["GITHUB_REF"] matches devbranch="master"
│ - ✔ ENV["GITHUB_ACTOR"] exists
│ - ✔ ENV["DOCUMENTER_KEY"] exists
└ Deploying: ✔
┌ Error: Documenter failed to decode the DOCUMENTER_KEY environment variable.
│ Make sure that the environment variable is properly set up as a Base64-encoded string
│ of the SSH private key. You may need to re-generate the keys with DocumenterTools.
└ @ Documenter ~/.julia/packages/Documenter/FuXcO/src/Documenter.jl:630
ERROR: LoadError: ArgumentError: malformed base64 sequence |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@bjarthur The docs didn't deploy e.g. from #409.
Github actions shows:
The text was updated successfully, but these errors were encountered: