Skip to content

Commit

Permalink
Merge pull request #25 from JuliaPluto/use-PlutoPages.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Aug 10, 2024
2 parents b5d141a + e7550f3 commit b85b3a9
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 1,310 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
- name: 🪴 Generate site
run: julia --project=pluto-deployment-environment -e '
import Pkg;
Pkg.instantiate();

include("./generate.jl")
import Pkg
Pkg.instantiate()
import PlutoPages

PlutoPages.generate("."; html_report_path="generation_report.html")

cp("./netlify.toml", "./_site/netlify.toml")'

Expand Down
Loading

0 comments on commit b85b3a9

Please sign in to comment.