From 28c2d4090c979470e9b2127f48ed0f1b0f4f1e1b Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Sun, 20 Oct 2019 14:49:32 -0400 Subject: [PATCH] Fix deployment instructions --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 1590cb2..102867c 100644 --- a/README.org +++ b/README.org @@ -8,7 +8,7 @@ Make sure you have Pollen installed, then run: raco pollen start #+END_SRC -* Building the3 static site +* Building the static site #+BEGIN_SRC sh - raco pollen publish src out + raco pollen render -s src && raco pollen publish src out #+END_SRC