Skip to content

Commit

Permalink
jupyterlite upload: say where it's going
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Jan 6, 2024
1 parent 2d0c2bb commit 14b127e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contrib/jupyterlite/upload.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#! /bin/bash

if test -d files/cs450; then
if test -d files/cs450-kloeckner; then
echo "Uploading in normal mode..."
rsync --archive --delete -v _output/ rl:/web/jupyterlite/main/
else
echo "Uploading in exam mode..."
rsync --archive --delete -v _output/ rl:/web/jupyterlite/exam/
fi

0 comments on commit 14b127e

Please sign in to comment.