Skip to content

Commit 4031f05

Browse files
committed
Use the PlutoPages.jl package
1 parent 45febb9 commit 4031f05

File tree

7 files changed

+61
-1422
lines changed

7 files changed

+61
-1422
lines changed

.github/workflows/ExportNotebooks.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,11 @@ jobs:
4747
julia --project=pluto-deployment-environment -e '
4848
import Pkg
4949
Pkg.instantiate()
50-
51-
include("./generate.jl")'
50+
import PlutoPages
51+
52+
PlutoPages.generate("."; html_report_path="generation_report.html")
53+
54+
cp("./netlify.toml", "./_site/netlify.toml")'
5255
5356
5457
- name: 📰 Upload site generation report

0 commit comments

Comments
 (0)