From 1ce4054a90b935e5a128916bd2361861866d5cd1 Mon Sep 17 00:00:00 2001 From: spearhead33 Date: Mon, 30 Jun 2025 13:43:06 +0300 Subject: [PATCH] Update host-on-gitlab-pages.md --- content/en/host-and-deploy/host-on-gitlab-pages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/host-and-deploy/host-on-gitlab-pages.md b/content/en/host-and-deploy/host-on-gitlab-pages.md index ca8fae7fb..cf4220888 100644 --- a/content/en/host-and-deploy/host-on-gitlab-pages.md +++ b/content/en/host-and-deploy/host-on-gitlab-pages.md @@ -23,7 +23,7 @@ Define your [CI/CD](g) jobs by creating a `.gitlab-ci.yml` file in the root of y ```yaml {file=".gitlab-ci.yml" copy=true} variables: - DART_SASS_VERSION: 1.87.0 + DART_SASS_VERSION: 1.89.2 GIT_DEPTH: 0 GIT_STRATEGY: clone GIT_SUBMODULE_STRATEGY: recursive