summaryrefslogtreecommitdiff
path: root/jdat_notebooks/build.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2021-03-25 15:25:37 -0400
committerGitHub <noreply@github.com>2021-03-25 15:25:37 -0400
commit4aac840aedd9c4da8fb1a818ec6432f935e40911 (patch)
tree68ac5e83de24b33cccf000d5321400252bcc4008 /jdat_notebooks/build.sh
parent4881dc2e72e266c68e8ded47bcfabef250160181 (diff)
downloadastroconda-contrib-4aac840aedd9c4da8fb1a818ec6432f935e40911.tar.gz
jdat_notebooks: 0.3.0, take two (#710)
* jdat_notebooks: update to 0.3.0 * Change recipe to match latest repository layout
Diffstat (limited to 'jdat_notebooks/build.sh')
-rw-r--r--jdat_notebooks/build.sh2
1 files changed, 1 insertions, 1 deletions
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}"/