We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2c6abc commit 94ba490Copy full SHA for 94ba490
1 file changed
.github/workflows/ExportPluto.yaml
@@ -33,7 +33,8 @@ jobs:
33
34
- name: Run & export Pluto notebooks
35
run: julia -e 'using Pkg;
36
- Pkg.activate(mktempdir());
+ Pkg.activate(".");
37
+ Pkg.instantiate();
38
Pkg.add([
39
Pkg.PackageSpec(name="PlutoSliderServer", version="0.2.1-0.2"),
40
]);
0 commit comments