From 6d765afe15ce7334c158f851428082fc2460c200 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 5 Sep 2021 20:46:39 +0200 Subject: [PATCH] update publish --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 5f82c1e..0c189b8 100644 --- a/Rakefile +++ b/Rakefile @@ -142,7 +142,7 @@ end # desc "publish" task :publish => [:all] do - sh "./preview.ion" + sh "./publish.ion" end desc "preview"