From 001afb9ee1498b18e6a1cad869bce2b817304e00 Mon Sep 17 00:00:00 2001 From: Robert Austin Date: Tue, 9 Mar 2021 14:07:03 +1000 Subject: [PATCH] ssgversion as string --- stackbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stackbit.yaml b/stackbit.yaml index b1331ee..63bd9af 100644 --- a/stackbit.yaml +++ b/stackbit.yaml @@ -1,6 +1,6 @@ stackbitVersion: ~0.3.0 ssgName: jekyll -ssgVersion: 4.1 +ssgVersion: "4.1" buildCommand: bundle exec jekyll build publishDir: '_site' staticDir: 'assets'