diff options
| author | Karan Jayachandra <me@karanj.com> | 2026-04-14 20:17:09 +0200 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2026-04-14 20:17:09 +0200 |
| commit | 27c7f33e286bdb0091edb24274fbfe8669507a66 (patch) | |
| tree | 7207025ba6cad6131a4ea5d2d8df6005e2371eb8 | |
| parent | 4bfc3b4ff1e2113ca7fa6c0b034c373b6ae2d490 (diff) | |
Listing the static files
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07f7654..c807dd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,11 @@ main: script: - apk add typst - git clone ${TYPST_PACKAGE_GIT_REPO} ~/.local/share/typst/packages/local - - typst compile resume.typ - - cp resume.pdf static/resume.pdf + - typst compile resume.typ static/resume.pdf + - ls static - hugo + - ls public + - ls public/static artifacts: paths: - public |
