Skip to content

Commit

Permalink
Merge pull request #148 from mitmath/plutopages-package
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Aug 10, 2024
2 parents 82b3f62 + ec58108 commit e0725bd
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 1,296 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ExportNotebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ jobs:
julia --project=pluto-deployment-environment -e '
import Pkg
Pkg.instantiate()
include("./generate.jl")'
import PlutoPages
PlutoPages.generate("."; html_report_path="generation_report.html")
cp("./netlify.toml", "./_site/netlify.toml")'
- name: 📰 Upload site generation report
Expand Down
Loading

0 comments on commit e0725bd

Please sign in to comment.