It would be really cool, if notebooks were also built for PRs. Though rather than uploading them to gh-pages it would be nice to just upload them as artifacts for a preview (e.g. using actions/upload-artifact@v2.)
I couldn't figure out how to do this in one action, so that gh-pages and the artifact preview share the cache correctly.
It would be really cool, if notebooks were also built for PRs. Though rather than uploading them to
gh-pagesit would be nice to just upload them as artifacts for a preview (e.g. usingactions/upload-artifact@v2.)I couldn't figure out how to do this in one action, so that
gh-pagesand the artifact preview share the cache correctly.