├── .github └── workflows │ └── ExportPluto.yaml ├── My cool notebook.jl └── README.md /.github/workflows/ExportPluto.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuliaPluto/static-export-template/HEAD/.github/workflows/ExportPluto.yaml -------------------------------------------------------------------------------- /My cool notebook.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuliaPluto/static-export-template/HEAD/My cool notebook.jl -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JuliaPluto/static-export-template/HEAD/README.md --------------------------------------------------------------------------------