Fix build-book output directory
This commit is contained in:
parent
f8d6e3cfcb
commit
f675677a76
|
@ -74,7 +74,7 @@ rm_rf "book";
|
|||
cp $tempdir.add("book"), "book", :r;
|
||||
|
||||
if $upload {
|
||||
my $rsync = run 'rsync', '-avzh', $tempdir.add("book").Str,
|
||||
my $rsync = run 'rsync', '-avzh', $tempdir.add("book/").Str,
|
||||
'ubuntu@static.stranger.systems:/var/www/static.stranger.systems/idris-by-contrived-example';
|
||||
die "rsync went bad" unless $rsync;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue