Skip to content

Commit 54ff017

Browse files
committed
Set up jupyter-myst-build-proxy to inject a rebuild button post-build
1 parent e4f36e2 commit 54ff017

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/start

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,7 @@ set -euo pipefail
99
export GH_SCOPED_CREDS_CLIENT_ID="Iv1.bd27058fd393e285"
1010
export GH_SCOPED_CREDS_APP_URL="https://github.com/apps/cryocloud-github-access"
1111

12+
# Enable jupyter-myst-build-proxy post-build step which adds a nice Rebuild button
13+
export JUPYTER_MYST_BUILD_PROXY_POSTBUILD="true"
14+
1215
exec "$@"

0 commit comments

Comments
 (0)