Skip to content

Commit e0725bd

Browse files
authored
Merge pull request #148 from mitmath/plutopages-package
2 parents 82b3f62 + ec58108 commit e0725bd

File tree

7 files changed

+51
-1296
lines changed

7 files changed

+51
-1296
lines changed

.github/workflows/ExportNotebooks.yml

Lines changed: 5 additions & 2 deletions
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)