From a54f4413cae8ab4f01ea8dc409a51c28b1b29bfe Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 1 May 2024 16:26:32 -0600 Subject: [PATCH] Update postBuild --- binder/postBuild | 1 + 1 file changed, 1 insertion(+) diff --git a/binder/postBuild b/binder/postBuild index cb53f24..a3fad76 100644 --- a/binder/postBuild +++ b/binder/postBuild @@ -3,6 +3,7 @@ pip install . # copy notebooks mv notebooks/*.ipynb . +cp -r tests/static . rm -rf notebooks # clean up