-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
We have docs but they aren't deployed. @SimonDanisch if you could add a Github secret token to the repo (see https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Authentication:-SSH-Deploy-Keys-1, https://bramtayl.github.io/OnlinePackage.jl/latest/), I can make a PR for doc deployment through Github Actions?
FWIW it's pretty easy to do this through OnlinePackage.jl. The workflow is:
using OnlinePackage
u = OnlinePackage.User("JuliaGeometry", readchomp("path/to/github/token"), "/usr/bin/ssh-keygen")
put_online(u, "GeometryBasics.jl")
Metadata
Metadata
Assignees
Labels
No labels