diff options
| -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 |
