JuliaActionsTest.jl
André Lametti, 2026
This is a minimal working example for a Julia package with auto-generated and auto-deployed documentation to a Cloudflare Pages instance, using self-hosted Forgejo actions.
See the source repository here: https://git.metti.ca/andre/JuliaActionsTest.jl.
JuliaActionsTest.double — Method
double(arg)Double arg.
Examples
julia> double(2)
4
julia> double("foo")
"foofoo"
julia> double(nothing) # returns `nothing`