From ebf93876f6b36b2541ce5b6226e220919578f660 Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 14 Apr 2026 20:10:38 +0200 Subject: Combined everything into one flow --- .gitlab-ci.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d4740b8..c8a6651 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,21 +1,14 @@ image: hugomods/hugo:latest -resume: +main: variables: + HUGO_ENV: production 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 script: - - pwd - - ls + - apk add typst + - git clone ${TYPST_PACKAGE_GIT_REPO} $XDG_DATA_HOME/typst/packages/local - typst compile resume.typ - cp resume.pdf static/resume.pdf - -pages: - variables: - HUGO_ENV: production - script: - hugo artifacts: paths: -- cgit v1.3.1