rikhuijzer / PlutoStaticHTML.jl

Convert Pluto notebooks to HTML in automated workflows
https://PlutoStaticHTML.huijzer.xyz
MIT License
83 stars 7 forks source link

Avoid benign warning #157

Closed rikhuijzer closed 1 year ago

rikhuijzer commented 1 year ago

When running PlutoStaticHTML for the second time, it warns that:

┌ Warning: Expected the `workspace_custom_startup_expr` setting to not be set; overriding it.
└ @ PlutoStaticHTML ~/.julia/packages/PlutoStaticHTML/mbTR3/src/build.jl:361

This is a benign case because the the expression will not be changed (before == after).