CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
223 stars 45 forks source link

Cache Pluto Notebooks #230

Closed Dsantra92 closed 1 year ago

Dsantra92 commented 1 year ago

Given the implementation in DemoCards.jl we should be able to support cache notebook renders based on the input notebook's sha. Unfortunately, we haven't been able to use that feature because the Julia version that we are using for generating docs on CI caused a mismatch. I am updating the CI's Julia version add adding updated cache renders. Let's see how it goes.

If everything goes right, the docs build should use the cache files instead of evaluating the notebook files.

Dsantra92 commented 1 year ago

Looks like the cache is working. See docs build.

CarloLucibello commented 1 year ago

It's working! Doc build down to 1m30s, used to be 30 min. Thanks!