ci(gitlab): specify zola version
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M .gitlab-ci.yml → .gitlab-ci.yml
@@ -14,7 +14,7 @@ # Use the semver format (x.y.z) to specify a version. # For example: "0.17.2" or "0.18.0". ZOLA_VERSION: description: "The version of Zola used to build the site." - value: "" + value: "0.21.0" pages: stage: deploy