diff options
| author | Karan Jayachandra <me@karanj.com> | 2026-04-14 19:53:52 +0200 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2026-04-14 19:53:52 +0200 |
| commit | 5b7057bbed189fdc5c16a7b97d40ddcadce36132 (patch) | |
| tree | 59874913c9dc17cae3bb7dcce531716e4dfd9c9b /.gitlab-ci.yml | |
| parent | 6ef32f338edc64bd16842b2edf338cb49acb8437 (diff) | |
Changed to HTTPS protocol
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
