From a8f9b37f782f06318642bc46021a42a52e70ca6c Mon Sep 17 00:00:00 2001 From: Karan Jayachandra Date: Tue, 14 Apr 2026 20:21:20 +0200 Subject: Removed the static folder list --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c807dd1..47430bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,10 +8,8 @@ main: - apk add typst - git clone ${TYPST_PACKAGE_GIT_REPO} ~/.local/share/typst/packages/local - typst compile resume.typ static/resume.pdf - - ls static - hugo - ls public - - ls public/static artifacts: paths: - public -- cgit v1.3.1