We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be352a2 commit e1431b2Copy full SHA for e1431b2
.github/workflows/ExportNotebooks.yml
@@ -28,7 +28,7 @@ jobs:
28
Pkg.instantiate();
29
30
import PlutoUtils;
31
- PlutoUtils.Export.github_action(; export_dir=".", baked_state=false, offer_binder=true, binder_url="https://mybinder.org/build/gh/mitmath/18S191/e2dec90", bind_server_url="https://computationalthinking-sliderserver.plutojl.org");'
+ PlutoUtils.Export.github_action(; export_dir=".", baked_state=false, offer_binder=true, binder_url="https://mybinder.org/build/gh/mitmath/18S191/e2dec90", bind_server_url="https://computationalthinking-sliderserver-do.plutojl.org");'
32
- name: Franklin
33
run: julia -e '
34
using Pkg;
0 commit comments