diff --git a/.github/workflows/Export.yml b/.github/workflows/Export.yml index c4f2f7c..14c7243 100644 --- a/.github/workflows/Export.yml +++ b/.github/workflows/Export.yml @@ -45,8 +45,9 @@ jobs: - name: Run & export Pluto notebooks + run: | - julia -e ' + DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia -e ' import Pkg Pkg.activate("pluto-deployment-environment") Pkg.instantiate()