diff options
-rw-r--r-- | jdat_notebooks/build.sh | 2 |
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}"/ |