diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 0 insertions, 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 |
