From 5b7057bbed189fdc5c16a7b97d40ddcadce36132 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 14 Apr 2026 19:53:52 +0200 Subject: Changed to HTTPS protocol --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d06b787..ce42c56 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: hugomods/hugo:latest resume: variables: - TYPST_PACKAGE_GIT_REPO: git@gitlab.com:KaranJayachandra/typst.git + TYPST_PACKAGE_GIT_REPO: https://gitlab.com/KaranJayachandra/typst.git before_script: - apk add typst - cd $XDG_DATA_HOME && git clone ${TYPST_PACKAGE_GIT_REPO} local -- cgit v1.3.1