diff --git a/.gitlab-ci.main.kts b/.gitlab-ci.main.kts index e3ed302..587ddaa 100755 --- a/.gitlab-ci.main.kts +++ b/.gitlab-ci.main.kts @@ -15,7 +15,7 @@ val ciContainers = "0.8.2" /** * The URL of the website built by /docs/website. */ -val siteUrl = "\$CI_PAGES_URL" +val siteUrl = "https://vite-kotlin.opensavvy.dev/" // ***