Skip to content

Commit 94ba490

Browse files
authored
add instantiate step (#72)
1 parent c2c6abc commit 94ba490

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ExportPluto.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
3434
- name: Run & export Pluto notebooks
3535
run: julia -e 'using Pkg;
36-
Pkg.activate(mktempdir());
36+
Pkg.activate(".");
37+
Pkg.instantiate();
3738
Pkg.add([
3839
Pkg.PackageSpec(name="PlutoSliderServer", version="0.2.1-0.2"),
3940
]);

0 commit comments

Comments
 (0)