Skip to content

Commit

Permalink
exportpluto change
Browse files Browse the repository at this point in the history
  • Loading branch information
pawbz committed May 18, 2023
1 parent f9ff039 commit 37fe06e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ExportPluto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,15 @@ jobs:
restore-keys: |
${{ runner.os }}-pluto_state_cache-v2-${{ hashFiles('**/Project.toml', '**/Manifest.toml', '.github/workflows/*' ) }}
- name: Configure GeoPhyInv
run: julia -e 'using Pkg; Pkg.add(PackageSpec(name="GeoPhyInv",url="https://github.com/pawbz/GeoPhyInv.jl.git")); using GeoPhyInv; GeoPhyInv.set_preferences() '

- name: Run & export Pluto notebooks
run: |
julia -e 'using Pkg
Pkg.activate(mktempdir())
Pkg.add([
Pkg.PackageSpec(name="PlutoSliderServer", version="0.3.2-0.3"),
])
Pkg.add(PackageSpec(name="GeoPhyInv",url="https://github.com/pawbz/GeoPhyInv.jl.git")); using GeoPhyInv; GeoPhyInv.set_preferences()
import PlutoSliderServer
PlutoSliderServer.github_action(".";
Export_cache_dir="pluto_state_cache",
Export_baked_notebookfile=false,
Expand Down

0 comments on commit 37fe06e

Please sign in to comment.