Skip to content

Commit

Permalink
update template to work with PlutoPages
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaferranti committed Jul 13, 2024
1 parent e82227e commit 8cae610
Show file tree
Hide file tree
Showing 8 changed files with 310 additions and 1,357 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ExportNotebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

- name: 🙌 Install Julia
uses: julia-actions/setup-julia@v1
with:
version: "1.8"

- name: ⏱ Cache notebook states
uses: actions/cache@v2
Expand All @@ -44,7 +42,8 @@ jobs:
import Pkg;
Pkg.instantiate();

include("./generate.jl")'
using PlutoPages;
PlutoPages.generate(pwd())'


- name: 📰 Upload site generation report
Expand Down
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"label": "PlutoPages: run development server",
"type": "shell",
"command": "julia develop.jl",
"command": "julia --project=pluto-deployment-environment -e 'using PlutoPages; PlutoPages.develop(pwd())'",
"group": "build"
}
]
Expand Down
Loading

0 comments on commit 8cae610

Please sign in to comment.