JuliaActionsTest.jl
  • JuliaActionsTest.jl
Version
  • JuliaActionsTest.jl
  • JuliaActionsTest.jl
Repository

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`
source

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.16.1 on Monday 12 January 2026. Using Julia version 1.12.4.