szcf-weiya/LaTeXTables.jl

Error: Documenter failed to decode the DOCUMENTER_KEY environment variable.

Closed this issue · 1 comments

just use the SSH_DEPLOY_KEY as DOCUMENTER_KEY, but it throws
https://github.com/szcf-weiya/LaTeXTables.jl/actions/runs/3834329329/jobs/6526627033
image

https://documenter.juliadocs.org/stable/man/hosting/#GitHub-Actions
image
so the private key should be encoded

julia> using Base64

julia> read("/home/weiya/.ssh/id_ed25519_github_latextables", String) |> base64encode |> println