From 4aac840aedd9c4da8fb1a818ec6432f935e40911 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 25 Mar 2021 15:25:37 -0400 Subject: jdat_notebooks: 0.3.0, take two (#710) * jdat_notebooks: update to 0.3.0 * Change recipe to match latest repository layout --- jdat_notebooks/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jdat_notebooks/build.sh') diff --git a/jdat_notebooks/build.sh b/jdat_notebooks/build.sh index 504db62..3549e38 100644 --- a/jdat_notebooks/build.sh +++ b/jdat_notebooks/build.sh @@ -11,4 +11,4 @@ if [[ -d ${usedir}/work ]]; then fi mkdir -p "${dest}" -rsync -av --exclude '.git*' "${usedir}"/environment.yml "${usedir}"/notebooks/ "${dest}"/ +rsync -av --exclude '.git*' "${usedir}/README.md" "${usedir}"/notebooks/ "${dest}"/ -- cgit