master
Manager Bot 3 years ago
parent b5b07171eb
commit 28806d99bf
  1. 2
      Web/lib/MJB/Web/Task/CreateBlog.pm

@ -8,7 +8,7 @@ sub run ( $job, $blog_id ) {
$job->note( _mds_template => 'create_blog' );
my $dir = tempdir->create_path;;
my $dir = tempdir->make_path;
$job->system_command( [qw( podman run -ti --rm -v .:/srv/jekyll -e JEKYLL_ROOTLESS=1 docker.io/jekyll/jekyll jekyll new blog ) ], {
chdir => $dir->to_string,

Loading…
Cancel
Save